#E1466E

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

Shades of Cranberry #E1466E

Tints of Cranberry #E1466E

Color information

#E1466E (or 0xE1466E) is unknown color: approx Cranberry. HEX triplet: E1, 46 and 6E. RGB value is (225,70,110). Sum of RGB (Red+Green+Blue) = 225+70+110=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E1466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1466E is #1EB991. Grayscale: #787878. Windows color (decimal): -2013586 or 7227105. OLE color: 7227105.

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

Color convert

RGB22570110-
CMYK00.690.510.12
HSL344.52º72.09%57.84%-
HSV(B)344.52º68.89%88.24%-
XYZ36.0621.5117-
YUV120.9121.85202.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.56%
GREEN value IS 70 (27.73% from 255) = 17.28%
BLUE value IS 110 (43.36% from 255) = 27.16%
R=55.56%
G=17.28%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257011000.690.510.12344.5272.0957.84
HexE1466E04533C159483a
Octal3411061560105631453111072
Binary11100001100011011011100100010111001111001010110011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1466E; }

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

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

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

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

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

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

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

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