#E15269

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

Shades of Cranberry #E15269

Tints of Cranberry #E15269

Color information

#E15269 (or 0xE15269) is unknown color: approx Cranberry. HEX triplet: E1, 52 and 69. RGB value is (225,82,105). Sum of RGB (Red+Green+Blue) = 225+82+105=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E15269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15269 is #1EAD96. Grayscale: #7F7F7F. Windows color (decimal): -2010519 or 6902497. OLE color: 6902497.

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

Color convert

RGB22582105-
CMYK00.640.530.12
HSL350.35º70.44%60.2%-
HSV(B)350.35º63.56%88.24%-
XYZ36.6223.0615.89-
YUV127.38115.38197.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.61%
GREEN value IS 82 (32.42% from 255) = 19.90%
BLUE value IS 105 (41.41% from 255) = 25.49%
R=54.61%
G=19.90%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258210500.640.530.12350.3570.4460.2
HexE1526904035C15e463c
Octal3411221510100651453610674
Binary11100001101001011010010100000011010111001010111101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15269; }

 p { color: rgb(225,82,105); }

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

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

 a { background-color: rgb(225,82,105); }

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

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

 span { border-color: rgb(225,82,105); }

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