#EA4072

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

Shades of Cranberry #EA4072

Tints of Cranberry #EA4072

Color information

#EA4072 (or 0xEA4072) is unknown color: approx Cranberry. HEX triplet: EA, 40 and 72. RGB value is (234,64,114). Sum of RGB (Red+Green+Blue) = 234+64+114=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4072 is #15BF8D. Grayscale: #787878. Windows color (decimal): -1425294 or 7487722. OLE color: 7487722.

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

Color convert

RGB23464114-
CMYK00.730.510.08
HSL342.35º80.19%58.43%-
HSV(B)342.35º72.65%91.76%-
XYZ38.822.3718.19-
YUV120.53124.32208.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.80%
GREEN value IS 64 (25.39% from 255) = 15.53%
BLUE value IS 114 (44.92% from 255) = 27.67%
R=56.80%
G=15.53%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346411400.730.510.08342.3580.1958.43
HexEA4072049338156503a
Octal3521001620111631052612072
Binary11101010100000011100100100100111001110001010101101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4072; }

 p { color: rgb(234,64,114); }

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

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

 a { background-color: rgb(234,64,114); }

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

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

 span { border-color: rgb(234,64,114); }

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