#E14C6A

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

Shades of Cranberry #E14C6A

Tints of Cranberry #E14C6A

Color information

#E14C6A (or 0xE14C6A) is unknown color: approx Cranberry. HEX triplet: E1, 4C and 6A. RGB value is (225,76,106). Sum of RGB (Red+Green+Blue) = 225+76+106=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C6A is #1EB395. Grayscale: #7C7C7C. Windows color (decimal): -2012054 or 6966497. OLE color: 6966497.

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

Color convert

RGB22576106-
CMYK00.660.530.12
HSL347.92º71.29%59.02%-
HSV(B)347.92º66.22%88.24%-
XYZ36.2422.2216.01-
YUV123.97117.86200.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.28%
GREEN value IS 76 (30.08% from 255) = 18.67%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=55.28%
G=18.67%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257610600.660.530.12347.9271.2959.02
HexE14C6A04235C15c473b
Octal3411141520102651453410773
Binary11100001100110011010100100001011010111001010111001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14C6A; }

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

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

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

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

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

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

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

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