#E14480

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

Shades of Cranberry #E14480

Tints of Cranberry #E14480

Color information

#E14480 (or 0xE14480) is unknown color: approx Cranberry. HEX triplet: E1, 44 and 80. RGB value is (225,68,128). Sum of RGB (Red+Green+Blue) = 225+68+128=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E14480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14480 is #1EBB7F. Grayscale: #797979. Windows color (decimal): -2014080 or 8406241. OLE color: 8406241.

HSL color Cylindrical-coordinate representation of color #E14480: hue angle of 337.07º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E14480 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB22568128-
CMYK00.700.430.12
HSL337.07º72.35%57.45%-
HSV(B)337.07º69.78%88.24%-
XYZ37.0121.722.66-
YUV121.78131.51201.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.44%
GREEN value IS 68 (26.95% from 255) = 16.15%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=53.44%
G=16.15%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256812800.700.430.12337.0772.3557.45
HexE144800462BC1514839
Octal3411042000106531452111071
Binary111000011000100100000000100011010101111001010100011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14480; }

 p { color: rgb(225,68,128); }

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

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

 a { background-color: rgb(225,68,128); }

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

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

 span { border-color: rgb(225,68,128); }

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