#E1467F

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

Shades of Cranberry #E1467F

Tints of Cranberry #E1467F

Color information

#E1467F (or 0xE1467F) is unknown color: approx Cranberry. HEX triplet: E1, 46 and 7F. RGB value is (225,70,127). Sum of RGB (Red+Green+Blue) = 225+70+127=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1467F is #1EB980. Grayscale: #7A7A7A. Windows color (decimal): -2013569 or 8341217. OLE color: 8341217.

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

Color convert

RGB22570127-
CMYK00.690.440.12
HSL337.94º72.09%57.84%-
HSV(B)337.94º68.89%88.24%-
XYZ37.0721.9222.36-
YUV122.84130.35200.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.32%
GREEN value IS 70 (27.73% from 255) = 16.59%
BLUE value IS 127 (50% from 255) = 30.09%
R=53.32%
G=16.59%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257012700.690.440.12337.9472.0957.84
HexE1467F0452CC152483a
Octal3411061770105541452211072
Binary11100001100011011111110100010110110011001010100101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1467F; }

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

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

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

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

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

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

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

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