#EA486B

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

Shades of Cranberry #EA486B

Tints of Cranberry #EA486B

Color information

#EA486B (or 0xEA486B) is unknown color: approx Cranberry. HEX triplet: EA, 48 and 6B. RGB value is (234,72,107). Sum of RGB (Red+Green+Blue) = 234+72+107=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA486B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA486B is #15B794. Grayscale: #7C7C7C. Windows color (decimal): -1423253 or 7031018. OLE color: 7031018.

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

Color convert

RGB23472107-
CMYK00.690.540.08
HSL347.04º79.41%60%-
HSV(B)347.04º69.23%91.76%-
XYZ38.923.1916.34-
YUV124.43118.17206.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.66%
GREEN value IS 72 (28.52% from 255) = 17.43%
BLUE value IS 107 (42.19% from 255) = 25.91%
R=56.66%
G=17.43%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347210700.690.540.08347.0479.4160
HexEA486B04536815b4f3c
Octal3521101530105661053311774
Binary11101010100100011010110100010111011010001010110111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA486B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA486B; }

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

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

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

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

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

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

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

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