Html Css Color HEX #E04570 Cranberry

📋 copy color: '#E04570'

red 224 ◦ green 69 ◦ blue 112

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

Shades of Cranberry #E04570

Tints of Cranberry #E04570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.65%

R = 55.31%
G = 17.04%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E04570 (or 0xE04570) is known color: Cranberry. HEX triplet: E0, 45 and 70. RGB value is (224,69,112). Sum of RGB (Red+Green+Blue) = 224+69+112=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E04570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04570 is #1FBA8F. Grayscale: #787878. Windows color (decimal): -2079376 or 7357920. OLE color: 7357920.

HSL color Cylindrical-coordinate representation of color #E04570: hue angle of 343.35º 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 #E04570 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 69 112 -
CMYK 0 0.69 0.50 0.12
HSL 343.35º 0.71% 0.57% -
HSV(B) 343.35º 0.69% 0.88% -
XYZ 35.79 21.27 17.55 -
YUV 120.25 123.35 202 -
System Red Green Blue C M Y K H S L
Decimal 224 69 112 0 0.69 0.50 0.12 343.35 0.71 0.57
Hex E0 45 70 0 45 32 C 157 47 39
Octal 340 105 160 0 105 62 14 527 107 71
Binary 11100000 1000101 1110000 0 1000101 110010 1100 101010111 1000111 111001

Color Harmonies of #E04570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04570

Black with #E04570

Text Example


Text Example

White with #E04570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04570; }

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

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

background-color css

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

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

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

border-color css

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

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

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