#E14C6B

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

Shades of Cranberry #E14C6B

Tints of Cranberry #E14C6B

Color information

#E14C6B (or 0xE14C6B) is unknown color: approx Cranberry. HEX triplet: E1, 4C and 6B. RGB value is (225,76,107). Sum of RGB (Red+Green+Blue) = 225+76+107=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C6B is #1EB394. Grayscale: #7C7C7C. Windows color (decimal): -2012053 or 7032033. OLE color: 7032033.

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

Color convert

RGB22576107-
CMYK00.660.520.12
HSL347.52º71.29%59.02%-
HSV(B)347.52º66.22%88.24%-
XYZ36.2922.2416.29-
YUV124.08118.36199.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.15%
GREEN value IS 76 (30.08% from 255) = 18.63%
BLUE value IS 107 (42.19% from 255) = 26.23%
R=55.15%
G=18.63%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257610700.660.520.12347.5271.2959.02
HexE14C6B04234C15c473b
Octal3411141530102641453410773
Binary11100001100110011010110100001011010011001010111001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14C6B; }

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

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

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

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

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

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

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

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