Html Css Color HEX #E04170 Cranberry

📋 copy color: '#E04170'

red 224 ◦ green 65 ◦ blue 112

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

Shades of Cranberry #E04170

Tints of Cranberry #E04170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.21%

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

R = 55.86%
G = 16.21%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E04170 (or 0xE04170) is known color: Cranberry. HEX triplet: E0, 41 and 70. RGB value is (224,65,112). Sum of RGB (Red+Green+Blue) = 224+65+112=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E04170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04170 is #1FBE8F. Grayscale: #757575. Windows color (decimal): -2080400 or 7356896. OLE color: 7356896.

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

Color convert

RGB 224 65 112 -
CMYK 0 0.71 0.50 0.12
HSL 342.26º 0.72% 0.57% -
HSV(B) 342.26º 0.71% 0.88% -
XYZ 35.56 20.8 17.47 -
YUV 117.9 124.68 203.68 -
System Red Green Blue C M Y K H S L
Decimal 224 65 112 0 0.71 0.50 0.12 342.26 0.72 0.57
Hex E0 41 70 0 47 32 C 156 48 39
Octal 340 101 160 0 107 62 14 526 110 71
Binary 11100000 1000001 1110000 0 1000111 110010 1100 101010110 1001000 111001

Color Harmonies of #E04170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04170

Black with #E04170

Text Example


Text Example

White with #E04170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04170; }

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

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

background-color css

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

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

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

border-color css

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

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

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