#E14681

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

Shades of Cranberry #E14681

Tints of Cranberry #E14681

Color information

#E14681 (or 0xE14681) is unknown color: approx Cranberry. HEX triplet: E1, 46 and 81. RGB value is (225,70,129). Sum of RGB (Red+Green+Blue) = 225+70+129=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E14681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14681 is #1EB97E. Grayscale: #7A7A7A. Windows color (decimal): -2013567 or 8472289. OLE color: 8472289.

HSL color Cylindrical-coordinate representation of color #E14681: hue angle of 337.16º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E14681 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB22570129-
CMYK00.690.430.12
HSL337.16º72.09%57.84%-
HSV(B)337.16º68.89%88.24%-
XYZ37.221.9723.05-
YUV123.07131.35200.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.07%
GREEN value IS 70 (27.73% from 255) = 16.51%
BLUE value IS 129 (50.78% from 255) = 30.42%
R=53.07%
G=16.51%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257012900.690.430.12337.1672.0957.84
HexE146810452BC151483a
Octal3411062010105531452111072
Binary111000011000110100000010100010110101111001010100011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14681; }

 p { color: rgb(225,70,129); }

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

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

 a { background-color: rgb(225,70,129); }

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

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

 span { border-color: rgb(225,70,129); }

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