#E04370

Color #E04370 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #E04370

Tints of Cranberry #E04370

Color information

#E04370 (or 0xE04370) is unknown color: approx Cranberry. HEX triplet: E0, 43 and 70. RGB value is (224,67,112). Sum of RGB (Red+Green+Blue) = 224+67+112=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E04370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04370 is #1FBC8F. Grayscale: #777777. Windows color (decimal): -2079888 or 7357408. OLE color: 7357408.

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

Color convert

RGB22467112-
CMYK00.700.500.12
HSL342.8º71.69%57.06%-
HSV(B)342.8º70.09%87.84%-
XYZ35.6721.0317.51-
YUV119.07124.01202.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.58%
GREEN value IS 67 (26.56% from 255) = 16.63%
BLUE value IS 112 (44.14% from 255) = 27.79%
R=55.58%
G=16.63%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246711200.700.500.12342.871.6957.06
HexE0437004632C1574839
Octal3401031600106621452711071
Binary11100000100001111100000100011011001011001010101111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04370; }

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

 H1.HeaderClassName
 {
   color: #E04370;
 }
 .AnyTagClassName
 {
   color: #E04370;
 }
</style>
background-color css

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

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

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

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

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

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