Html Css Color HEX #E04572 Cranberry

📋 copy color: '#E04572'

red 224 ◦ green 69 ◦ blue 114

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

Shades of Cranberry #E04572

Tints of Cranberry #E04572

RGB

 RED value IS 224 (87.89% from 255) = 55.04%

 GREEN value IS 69 (27.34% from 255) = 16.95%

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

R = 55.04%
G = 16.95%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E04572 (or 0xE04572) is known color: Cranberry. HEX triplet: E0, 45 and 72. RGB value is (224,69,114). Sum of RGB (Red+Green+Blue) = 224+69+114=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E04572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04572 is #1FBA8D. Grayscale: #787878. Windows color (decimal): -2079374 or 7488992. OLE color: 7488992.

HSL color Cylindrical-coordinate representation of color #E04572: hue angle of 342.58º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04572 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 69 114 -
CMYK 0 0.69 0.49 0.12
HSL 342.58º 0.71% 0.57% -
HSV(B) 342.58º 0.69% 0.88% -
XYZ 35.91 21.32 18.14 -
YUV 120.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 224 69 114 0 0.69 0.49 0.12 342.58 0.71 0.57
Hex E0 45 72 0 45 31 C 157 47 39
Octal 340 105 162 0 105 61 14 527 107 71
Binary 11100000 1000101 1110010 0 1000101 110001 1100 101010111 1000111 111001

Color Harmonies of #E04572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04572

Black with #E04572

Text Example


Text Example

White with #E04572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04572; }

 p { color: rgb(224,69,114); }

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

background-color css

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

 a { background-color: rgb(224,69,114); }

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

border-color css

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

 span { border-color: rgb(224,69,114); }

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