#EA456C

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

Shades of Cranberry #EA456C

Tints of Cranberry #EA456C

Color information

#EA456C (or 0xEA456C) is unknown color: approx Cranberry. HEX triplet: EA, 45 and 6C. RGB value is (234,69,108). Sum of RGB (Red+Green+Blue) = 234+69+108=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA456C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA456C is #15BA93. Grayscale: #7A7A7A. Windows color (decimal): -1424020 or 7095786. OLE color: 7095786.

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

Color convert

RGB23469108-
CMYK00.710.540.08
HSL345.82º79.71%59.41%-
HSV(B)345.82º70.51%91.76%-
XYZ38.7722.8316.55-
YUV122.78119.66207.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.93%
GREEN value IS 69 (27.34% from 255) = 16.79%
BLUE value IS 108 (42.58% from 255) = 26.28%
R=56.93%
G=16.79%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346910800.710.540.08345.8279.7159.41
HexEA456C04736815a503b
Octal3521051540107661053212073
Binary11101010100010111011000100011111011010001010110101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA456C; }

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

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

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

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

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

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

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

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