#E14C7C

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

Shades of Cranberry #E14C7C

Tints of Cranberry #E14C7C

Color information

#E14C7C (or 0xE14C7C) is unknown color: approx Cranberry. HEX triplet: E1, 4C and 7C. RGB value is (225,76,124). Sum of RGB (Red+Green+Blue) = 225+76+124=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C7C is #1EB383. Grayscale: #7D7D7D. Windows color (decimal): -2012036 or 8146145. OLE color: 8146145.

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

Color convert

RGB22576124-
CMYK00.660.450.12
HSL340.67º71.29%59.02%-
HSV(B)340.67º66.22%88.24%-
XYZ37.2722.6321.47-
YUV126.02126.86198.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.94%
GREEN value IS 76 (30.08% from 255) = 17.88%
BLUE value IS 124 (48.83% from 255) = 29.18%
R=52.94%
G=17.88%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257612400.660.450.12340.6771.2959.02
HexE14C7C0422DC155473b
Octal3411141740102551452510773
Binary11100001100110011111000100001010110111001010101011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14C7C; }

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

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

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

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

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

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

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

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