#EA4276

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

Shades of Cranberry #EA4276

Tints of Cranberry #EA4276

Color information

#EA4276 (or 0xEA4276) is unknown color: approx Cranberry. HEX triplet: EA, 42 and 76. RGB value is (234,66,118). Sum of RGB (Red+Green+Blue) = 234+66+118=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4276 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4276 is #15BD89. Grayscale: #7A7A7A. Windows color (decimal): -1424778 or 7750378. OLE color: 7750378.

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

Color convert

RGB23466118-
CMYK00.720.500.08
HSL341.43º80%58.82%-
HSV(B)341.43º71.79%91.76%-
XYZ39.1522.719.46-
YUV122.16125.66207.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.98%
GREEN value IS 66 (26.17% from 255) = 15.79%
BLUE value IS 118 (46.48% from 255) = 28.23%
R=55.98%
G=15.79%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346611800.720.500.08341.438058.82
HexEA4276048328155503b
Octal3521021660110621052512073
Binary11101010100001011101100100100011001010001010101011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4276; }

 p { color: rgb(234,66,118); }

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

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

 a { background-color: rgb(234,66,118); }

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

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

 span { border-color: rgb(234,66,118); }

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