#E14C6F

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

Shades of Cranberry #E14C6F

Tints of Cranberry #E14C6F

Color information

#E14C6F (or 0xE14C6F) is unknown color: approx Cranberry. HEX triplet: E1, 4C and 6F. RGB value is (225,76,111). Sum of RGB (Red+Green+Blue) = 225+76+111=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C6F is #1EB390. Grayscale: #7C7C7C. Windows color (decimal): -2012049 or 7294177. OLE color: 7294177.

HSL color Cylindrical-coordinate representation of color #E14C6F: hue angle of 345.91º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14C6F is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB22576111-
CMYK00.660.510.12
HSL345.91º71.29%59.02%-
HSV(B)345.91º66.22%88.24%-
XYZ36.5122.3217.42-
YUV124.54120.36199.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.61%
GREEN value IS 76 (30.08% from 255) = 18.45%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=54.61%
G=18.45%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257611100.660.510.12345.9171.2959.02
HexE14C6F04233C15a473b
Octal3411141570102631453210773
Binary11100001100110011011110100001011001111001010110101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14C6F; }

 p { color: rgb(225,76,111); }

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

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

 a { background-color: rgb(225,76,111); }

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

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

 span { border-color: rgb(225,76,111); }

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