#E0486B

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

Shades of Cranberry #E0486B

Tints of Cranberry #E0486B

Color information

#E0486B (or 0xE0486B) is unknown color: approx Cranberry. HEX triplet: E0, 48 and 6B. RGB value is (224,72,107). Sum of RGB (Red+Green+Blue) = 224+72+107=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E0486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0486B is #1FB794. Grayscale: #797979. Windows color (decimal): -2078613 or 7031008. OLE color: 7031008.

HSL color Cylindrical-coordinate representation of color #E0486B: hue angle of 346.18º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E0486B is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB22472107-
CMYK00.680.520.12
HSL346.18º71.03%58.04%-
HSV(B)346.18º67.86%87.84%-
XYZ35.7121.5416.19-
YUV121.44119.86201.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.58%
GREEN value IS 72 (28.52% from 255) = 17.87%
BLUE value IS 107 (42.19% from 255) = 26.55%
R=55.58%
G=17.87%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247210700.680.520.12346.1871.0358.04
HexE0486B04434C15a473a
Octal3401101530104641453210772
Binary11100000100100011010110100010011010011001010110101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0486B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0486B; }

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

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

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

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

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

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

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

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