#E14C7B

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

Shades of Cranberry #E14C7B

Tints of Cranberry #E14C7B

Color information

#E14C7B (or 0xE14C7B) is unknown color: approx Cranberry. HEX triplet: E1, 4C and 7B. RGB value is (225,76,123). Sum of RGB (Red+Green+Blue) = 225+76+123=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C7B is #1EB384. Grayscale: #7D7D7D. Windows color (decimal): -2012037 or 8080609. OLE color: 8080609.

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

Color convert

RGB22576123-
CMYK00.660.450.12
HSL341.07º71.29%59.02%-
HSV(B)341.07º66.22%88.24%-
XYZ37.2122.6121.14-
YUV125.91126.36198.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.07%
GREEN value IS 76 (30.08% from 255) = 17.92%
BLUE value IS 123 (48.44% from 255) = 29.01%
R=53.07%
G=17.92%
B=29.01%

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
Decimal2257612300.660.450.12341.0771.2959.02
HexE14C7B0422DC155473b
Octal3411141730102551452510773
Binary11100001100110011110110100001010110111001010101011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14C7B; }

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

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

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

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

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

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

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

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