#E14371

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

Shades of Cranberry #E14371

Tints of Cranberry #E14371

Color information

#E14371 (or 0xE14371) is unknown color: approx Cranberry. HEX triplet: E1, 43 and 71. RGB value is (225,67,113). Sum of RGB (Red+Green+Blue) = 225+67+113=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E14371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14371 is #1EBC8E. Grayscale: #777777. Windows color (decimal): -2014351 or 7422945. OLE color: 7422945.

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

Color convert

RGB22567113-
CMYK00.700.500.12
HSL342.53º72.48%57.25%-
HSV(B)342.53º70.22%88.24%-
XYZ36.0421.2117.82-
YUV119.49124.35203.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.56%
GREEN value IS 67 (26.56% from 255) = 16.54%
BLUE value IS 113 (44.53% from 255) = 27.90%
R=55.56%
G=16.54%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256711300.700.500.12342.5372.4857.25
HexE1437104632C1574839
Octal3411031610106621452711071
Binary11100001100001111100010100011011001011001010101111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14371; }

 p { color: rgb(225,67,113); }

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

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

 a { background-color: rgb(225,67,113); }

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

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

 span { border-color: rgb(225,67,113); }

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