Html Css Color HEX #E45672 Cranberry

📋 copy color: '#E45672'

red 228 ◦ green 86 ◦ blue 114

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

Shades of Cranberry #E45672

Tints of Cranberry #E45672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.09%

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

R = 53.27%
G = 20.09%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E45672 (or 0xE45672) is known color: Cranberry. HEX triplet: E4, 56 and 72. RGB value is (228,86,114). Sum of RGB (Red+Green+Blue) = 228+86+114=428 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.27% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 228 - color contains mainly: red. Hex color #E45672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45672 is #1BA98D. Grayscale: #838383. Windows color (decimal): -1812878 or 7493348. OLE color: 7493348.

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

Color convert

RGB 228 86 114 -
CMYK 0 0.62 0.50 0.11
HSL 348.17º 0.72% 0.62% -
HSV(B) 348.17º 0.62% 0.89% -
XYZ 38.36 24.36 18.6 -
YUV 131.65 118.04 196.72 -
System Red Green Blue C M Y K H S L
Decimal 228 86 114 0 0.62 0.50 0.11 348.17 0.72 0.62
Hex E4 56 72 0 3E 32 B 15C 48 3E
Octal 344 126 162 0 76 62 13 534 110 76
Binary 11100100 1010110 1110010 0 111110 110010 1011 101011100 1001000 111110

Color Harmonies of #E45672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45672

Black with #E45672

Text Example


Text Example

White with #E45672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45672; }

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

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

background-color css

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

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

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

border-color css

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

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

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