Html Css Color HEX #ED496B Cranberry

📋 copy color: '#ED496B'

red 237 ◦ green 73 ◦ blue 107

#ED496B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #ED496B

Tints of Cranberry #ED496B

RGB

 RED value IS 237 (92.97% from 255) = 56.83%

 GREEN value IS 73 (28.91% from 255) = 17.51%

 BLUE value IS 107 (42.19% from 255) = 25.66%

R = 56.83%
G = 17.51%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED496B (or 0xED496B) is known color: Cranberry. HEX triplet: ED, 49 and 6B. RGB value is (237,73,107). Sum of RGB (Red+Green+Blue) = 237+73+107=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED496B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED496B is #12B694. Grayscale: #7D7D7D. Windows color (decimal): -1226389 or 7031277. OLE color: 7031277.

HSL color Cylindrical-coordinate representation of color #ED496B: hue angle of 347.56º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED496B is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 73 107 -
CMYK 0 0.69 0.55 0.07
HSL 347.56º 0.82% 0.61% -
HSV(B) 347.56º 0.69% 0.93% -
XYZ 39.96 23.83 16.4 -
YUV 125.91 117.33 207.24 -
System Red Green Blue C M Y K H S L
Decimal 237 73 107 0 0.69 0.55 0.07 347.56 0.82 0.61
Hex ED 49 6B 0 45 37 7 15C 52 3D
Octal 355 111 153 0 105 67 7 534 122 75
Binary 11101101 1001001 1101011 0 1000101 110111 111 101011100 1010010 111101

Color Harmonies of #ED496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED496B

Black with #ED496B

Text Example


Text Example

White with #ED496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED496B; }

 p { color: rgb(237,73,107); }

 H1.HeaderClassName
 {
   color: #ED496B;
 }
 .AnyTagClassName
 {
   color: #ED496B;
 }
</style>

background-color css

<style>
 a { background-color: #ED496B; }

 a { background-color: rgb(237,73,107); }

 div.DivClassName
 {
   background-color: #ED496B;
 }
 .BgClassName
 {
   background-color: #ED496B;
 }
</style>

border-color css

<style>
 span { border-color: #ED496B; }

 span { border-color: rgb(237,73,107); }

 td.TdClassName
 {
   border-color: #ED496B;
 }
 .TagClassName
 {
   border-color: #ED496B;
 }
</style>