#E15377

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

Shades of Cranberry #E15377

Tints of Cranberry #E15377

Color information

#E15377 (or 0xE15377) is unknown color: approx Cranberry. HEX triplet: E1, 53 and 77. RGB value is (225,83,119). Sum of RGB (Red+Green+Blue) = 225+83+119=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E15377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15377 is #1EAC88. Grayscale: #818181. Windows color (decimal): -2010249 or 7820257. OLE color: 7820257.

HSL color Cylindrical-coordinate representation of color #E15377: hue angle of 344.79º 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 #E15377 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB22583119-
CMYK00.630.470.12
HSL344.79º70.3%60.39%-
HSV(B)344.79º63.11%88.24%-
XYZ37.4723.5320.02-
YUV129.56122.04196.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.69%
GREEN value IS 83 (32.81% from 255) = 19.44%
BLUE value IS 119 (46.88% from 255) = 27.87%
R=52.69%
G=19.44%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258311900.630.470.12344.7970.360.39
HexE1537703F2FC159463c
Octal341123167077571453110674
Binary1110000110100111110111011111110111111001010110011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15377; }

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

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

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

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

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

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

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

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