Html Css Color HEX #E04575 Cranberry

📋 copy color: '#E04575'

red 224 ◦ green 69 ◦ blue 117

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

Shades of Cranberry #E04575

Tints of Cranberry #E04575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 54.63%
G = 16.83%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E04575 (or 0xE04575) is known color: Cranberry. HEX triplet: E0, 45 and 75. RGB value is (224,69,117). Sum of RGB (Red+Green+Blue) = 224+69+117=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E04575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04575 is #1FBA8A. Grayscale: #787878. Windows color (decimal): -2079371 or 7685600. OLE color: 7685600.

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

Color convert

RGB 224 69 117 -
CMYK 0 0.69 0.48 0.12
HSL 341.42º 0.71% 0.57% -
HSV(B) 341.42º 0.69% 0.88% -
XYZ 36.08 21.39 19.06 -
YUV 120.82 125.85 201.6 -
System Red Green Blue C M Y K H S L
Decimal 224 69 117 0 0.69 0.48 0.12 341.42 0.71 0.57
Hex E0 45 75 0 45 30 C 155 47 39
Octal 340 105 165 0 105 60 14 525 107 71
Binary 11100000 1000101 1110101 0 1000101 110000 1100 101010101 1000111 111001

Color Harmonies of #E04575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04575

Black with #E04575

Text Example


Text Example

White with #E04575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04575; }

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

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

background-color css

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

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

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

border-color css

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

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

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