#EA426F

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

Shades of Cranberry #EA426F

Tints of Cranberry #EA426F

Color information

#EA426F (or 0xEA426F) is unknown color: approx Cranberry. HEX triplet: EA, 42 and 6F. RGB value is (234,66,111). Sum of RGB (Red+Green+Blue) = 234+66+111=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA426F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA426F is #15BD90. Grayscale: #797979. Windows color (decimal): -1424785 or 7291626. OLE color: 7291626.

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

Color convert

RGB23466111-
CMYK00.720.530.08
HSL343.93º80%58.82%-
HSV(B)343.93º71.79%91.76%-
XYZ38.7522.5417.35-
YUV121.36122.16208.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.93%
GREEN value IS 66 (26.17% from 255) = 16.06%
BLUE value IS 111 (43.75% from 255) = 27.01%
R=56.93%
G=16.06%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346611100.720.530.08343.938058.82
HexEA426F048358158503b
Octal3521021570110651053012073
Binary11101010100001011011110100100011010110001010110001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA426F; }

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

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

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

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

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

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

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

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