Html Css Color HEX #E45972 Cranberry

📋 copy color: '#E45972'

red 228 ◦ green 89 ◦ blue 114

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

Shades of Cranberry #E45972

Tints of Cranberry #E45972

RGB

 RED value IS 228 (89.45% from 255) = 52.9%

 GREEN value IS 89 (35.16% from 255) = 20.65%

 BLUE value IS 114 (44.92% from 255) = 26.45%

R = 52.9%
G = 20.65%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E45972 (or 0xE45972) is known color: Cranberry. HEX triplet: E4, 59 and 72. RGB value is (228,89,114). Sum of RGB (Red+Green+Blue) = 228+89+114=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E45972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45972 is #1BA68D. Grayscale: #858585. Windows color (decimal): -1812110 or 7494116. OLE color: 7494116.

HSL color Cylindrical-coordinate representation of color #E45972: hue angle of 349.21º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45972 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 89 114 -
CMYK 0 0.61 0.50 0.11
HSL 349.21º 0.72% 0.62% -
HSV(B) 349.21º 0.61% 0.89% -
XYZ 38.6 24.85 18.68 -
YUV 133.41 117.05 195.47 -
System Red Green Blue C M Y K H S L
Decimal 228 89 114 0 0.61 0.50 0.11 349.21 0.72 0.62
Hex E4 59 72 0 3D 32 B 15D 48 3E
Octal 344 131 162 0 75 62 13 535 110 76
Binary 11100100 1011001 1110010 0 111101 110010 1011 101011101 1001000 111110

Color Harmonies of #E45972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45972

Black with #E45972

Text Example


Text Example

White with #E45972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45972; }

 p { color: rgb(228,89,114); }

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

background-color css

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

 a { background-color: rgb(228,89,114); }

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

border-color css

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

 span { border-color: rgb(228,89,114); }

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