#E15670

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

Shades of Cranberry #E15670

Tints of Cranberry #E15670

Color information

#E15670 (or 0xE15670) is unknown color: approx Cranberry. HEX triplet: E1, 56 and 70. RGB value is (225,86,112). Sum of RGB (Red+Green+Blue) = 225+86+112=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E15670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15670 is #1EA98F. Grayscale: #828282. Windows color (decimal): -2009488 or 7362273. OLE color: 7362273.

HSL color Cylindrical-coordinate representation of color #E15670: hue angle of 348.78º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E15670 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB22586112-
CMYK00.620.500.12
HSL348.78º69.85%60.98%-
HSV(B)348.78º61.78%88.24%-
XYZ37.323.8317.96-
YUV130.52117.55195.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.19%
GREEN value IS 86 (33.98% from 255) = 20.33%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=53.19%
G=20.33%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258611200.620.500.12348.7869.8560.98
HexE1567003E32C15d463d
Octal341126160076621453510675
Binary1110000110101101110000011111011001011001010111011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15670; }

 p { color: rgb(225,86,112); }

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

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

 a { background-color: rgb(225,86,112); }

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

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

 span { border-color: rgb(225,86,112); }

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