#E14D7B

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

Shades of Cranberry #E14D7B

Tints of Cranberry #E14D7B

Color information

#E14D7B (or 0xE14D7B) is unknown color: approx Cranberry. HEX triplet: E1, 4D and 7B. RGB value is (225,77,123). Sum of RGB (Red+Green+Blue) = 225+77+123=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D7B is #1EB284. Grayscale: #7E7E7E. Windows color (decimal): -2011781 or 8080865. OLE color: 8080865.

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

Color convert

RGB22577123-
CMYK00.660.450.12
HSL341.35º71.15%59.22%-
HSV(B)341.35º65.78%88.24%-
XYZ37.2822.7521.16-
YUV126.5126.03198.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.94%
GREEN value IS 77 (30.47% from 255) = 18.12%
BLUE value IS 123 (48.44% from 255) = 28.94%
R=52.94%
G=18.12%
B=28.94%

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
Decimal2257712300.660.450.12341.3571.1559.22
HexE14D7B0422DC155473b
Octal3411151730102551452510773
Binary11100001100110111110110100001010110111001010101011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14D7B; }

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

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

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

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

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

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

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

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