#E14583

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

Shades of Cranberry #E14583

Tints of Cranberry #E14583

Color information

#E14583 (or 0xE14583) is unknown color: approx Cranberry. HEX triplet: E1, 45 and 83. RGB value is (225,69,131). Sum of RGB (Red+Green+Blue) = 225+69+131=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E14583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14583 is #1EBA7C. Grayscale: #7A7A7A. Windows color (decimal): -2013821 or 8603105. OLE color: 8603105.

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

Color convert

RGB22569131-
CMYK00.690.420.12
HSL336.15º72.22%57.65%-
HSV(B)336.15º69.33%88.24%-
XYZ37.2821.923.74-
YUV122.71132.68200.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.94%
GREEN value IS 69 (27.34% from 255) = 16.24%
BLUE value IS 131 (51.56% from 255) = 30.82%
R=52.94%
G=16.24%
B=30.82%

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
Decimal2256913100.690.420.12336.1572.2257.65
HexE145830452AC150483a
Octal3411052030105521452011072
Binary111000011000101100000110100010110101011001010100001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14583; }

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

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

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

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

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

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

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

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