#EA4570

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

Shades of Cranberry #EA4570

Tints of Cranberry #EA4570

Color information

#EA4570 (or 0xEA4570) is unknown color: approx Cranberry. HEX triplet: EA, 45 and 70. RGB value is (234,69,112). Sum of RGB (Red+Green+Blue) = 234+69+112=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4570 is #15BA8F. Grayscale: #7B7B7B. Windows color (decimal): -1424016 or 7357930. OLE color: 7357930.

HSL color Cylindrical-coordinate representation of color #EA4570: hue angle of 344.36º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA4570 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB23469112-
CMYK00.710.520.08
HSL344.36º79.71%59.41%-
HSV(B)344.36º70.51%91.76%-
XYZ38.9822.9217.7-
YUV123.24121.66207-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.39%
GREEN value IS 69 (27.34% from 255) = 16.63%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=56.39%
G=16.63%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346911200.710.520.08344.3679.7159.41
HexEA4570047348158503b
Octal3521051600107641053012073
Binary11101010100010111100000100011111010010001010110001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4570; }

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

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

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

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

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

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

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

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