#EA3F72

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

Shades of Cranberry #EA3F72

Tints of Cranberry #EA3F72

Color information

#EA3F72 (or 0xEA3F72) is unknown color: approx Cranberry. HEX triplet: EA, 3F and 72. RGB value is (234,63,114). Sum of RGB (Red+Green+Blue) = 234+63+114=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3F72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3F72 is #15C08D. Grayscale: #777777. Windows color (decimal): -1425550 or 7487466. OLE color: 7487466.

HSL color Cylindrical-coordinate representation of color #EA3F72: hue angle of 342.11º 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 #EA3F72 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB23463114-
CMYK00.730.510.08
HSL342.11º80.28%58.24%-
HSV(B)342.11º73.08%91.76%-
XYZ38.7522.2618.17-
YUV119.94124.65209.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.93%
GREEN value IS 63 (25% from 255) = 15.33%
BLUE value IS 114 (44.92% from 255) = 27.74%
R=56.93%
G=15.33%
B=27.74%

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
Decimal2346311400.730.510.08342.1180.2858.24
HexEA3F72049338156503a
Octal352771620111631052612072
Binary1110101011111111100100100100111001110001010101101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3F72; }

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

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

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

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

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

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

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

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