#E14A6F

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

Shades of Cranberry #E14A6F

Tints of Cranberry #E14A6F

Color information

#E14A6F (or 0xE14A6F) is unknown color: approx Cranberry. HEX triplet: E1, 4A and 6F. RGB value is (225,74,111). Sum of RGB (Red+Green+Blue) = 225+74+111=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14A6F is #1EB590. Grayscale: #7B7B7B. Windows color (decimal): -2012561 or 7293665. OLE color: 7293665.

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

Color convert

RGB22574111-
CMYK00.670.510.12
HSL345.3º71.56%58.63%-
HSV(B)345.3º67.11%88.24%-
XYZ36.3722.0517.38-
YUV123.37121.03200.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.88%
GREEN value IS 74 (29.30% from 255) = 18.05%
BLUE value IS 111 (43.75% from 255) = 27.07%
R=54.88%
G=18.05%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257411100.670.510.12345.371.5658.63
HexE14A6F04333C159483b
Octal3411121570103631453111073
Binary11100001100101011011110100001111001111001010110011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14A6F; }

 p { color: rgb(225,74,111); }

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

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

 a { background-color: rgb(225,74,111); }

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

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

 span { border-color: rgb(225,74,111); }

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