#E5416F

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

Shades of Cranberry #E5416F

Tints of Cranberry #E5416F

Color information

#E5416F (or 0xE5416F) is unknown color: approx Cranberry. HEX triplet: E5, 41 and 6F. RGB value is (229,65,111). Sum of RGB (Red+Green+Blue) = 229+65+111=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E5416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5416F is #1ABE90. Grayscale: #777777. Windows color (decimal): -1752721 or 7291365. OLE color: 7291365.

HSL color Cylindrical-coordinate representation of color #E5416F: hue angle of 343.17º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5416F is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB22965111-
CMYK00.720.520.10
HSL343.17º75.93%57.65%-
HSV(B)343.17º71.62%89.8%-
XYZ37.0721.5917.25-
YUV119.28123.33206.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.54%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 111 (43.75% from 255) = 27.41%
R=56.54%
G=16.05%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296511100.720.520.10343.1775.9357.65
HexE5416F04834A1574c3a
Octal3451011570110641252711472
Binary11100101100000111011110100100011010010101010101111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5416F; }

 p { color: rgb(229,65,111); }

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

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

 a { background-color: rgb(229,65,111); }

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

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

 span { border-color: rgb(229,65,111); }

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