#E14582

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

Shades of Cranberry #E14582

Tints of Cranberry #E14582

Color information

#E14582 (or 0xE14582) is unknown color: approx Cranberry. HEX triplet: E1, 45 and 82. RGB value is (225,69,130). Sum of RGB (Red+Green+Blue) = 225+69+130=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E14582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14582 is #1EBA7D. Grayscale: #7A7A7A. Windows color (decimal): -2013822 or 8537569. OLE color: 8537569.

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

Color convert

RGB22569130-
CMYK00.690.420.12
HSL336.54º72.22%57.65%-
HSV(B)336.54º69.33%88.24%-
XYZ37.2121.8823.38-
YUV122.6132.18201.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.07%
GREEN value IS 69 (27.34% from 255) = 16.27%
BLUE value IS 130 (51.17% from 255) = 30.66%
R=53.07%
G=16.27%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256913000.690.420.12336.5472.2257.65
HexE145820452AC151483a
Octal3411052020105521452111072
Binary111000011000101100000100100010110101011001010100011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14582; }

 p { color: rgb(225,69,130); }

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

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

 a { background-color: rgb(225,69,130); }

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

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

 span { border-color: rgb(225,69,130); }

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