#E15379

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

Shades of Cranberry #E15379

Tints of Cranberry #E15379

Color information

#E15379 (or 0xE15379) is unknown color: approx Cranberry. HEX triplet: E1, 53 and 79. RGB value is (225,83,121). Sum of RGB (Red+Green+Blue) = 225+83+121=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E15379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15379 is #1EAC86. Grayscale: #818181. Windows color (decimal): -2010247 or 7951329. OLE color: 7951329.

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

Color convert

RGB22583121-
CMYK00.630.460.12
HSL343.94º70.3%60.39%-
HSV(B)343.94º63.11%88.24%-
XYZ37.623.5720.66-
YUV129.79123.04195.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.45%
GREEN value IS 83 (32.81% from 255) = 19.35%
BLUE value IS 121 (47.66% from 255) = 28.21%
R=52.45%
G=19.35%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258312100.630.460.12343.9470.360.39
HexE1537903F2EC158463c
Octal341123171077561453010674
Binary1110000110100111111001011111110111011001010110001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15379; }

 p { color: rgb(225,83,121); }

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

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

 a { background-color: rgb(225,83,121); }

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

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

 span { border-color: rgb(225,83,121); }

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