#EA486E

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

Shades of Cranberry #EA486E

Tints of Cranberry #EA486E

Color information

#EA486E (or 0xEA486E) is unknown color: approx Cranberry. HEX triplet: EA, 48 and 6E. RGB value is (234,72,110). Sum of RGB (Red+Green+Blue) = 234+72+110=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA486E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA486E is #15B791. Grayscale: #7C7C7C. Windows color (decimal): -1423250 or 7227626. OLE color: 7227626.

HSL color Cylindrical-coordinate representation of color #EA486E: hue angle of 345.93º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA486E is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB23472110-
CMYK00.690.530.08
HSL345.93º79.41%60%-
HSV(B)345.93º69.23%91.76%-
XYZ39.0623.2517.18-
YUV124.77119.67205.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.25%
GREEN value IS 72 (28.52% from 255) = 17.31%
BLUE value IS 110 (43.36% from 255) = 26.44%
R=56.25%
G=17.31%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347211000.690.530.08345.9379.4160
HexEA486E04535815a4f3c
Octal3521101560105651053211774
Binary11101010100100011011100100010111010110001010110101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA486E; }

 p { color: rgb(234,72,110); }

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

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

 a { background-color: rgb(234,72,110); }

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

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

 span { border-color: rgb(234,72,110); }

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