#E5417D

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

Shades of Cranberry #E5417D

Tints of Cranberry #E5417D

Color information

#E5417D (or 0xE5417D) is unknown color: approx Cranberry. HEX triplet: E5, 41 and 7D. RGB value is (229,65,125). Sum of RGB (Red+Green+Blue) = 229+65+125=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5417D is #1ABE82. Grayscale: #787878. Windows color (decimal): -1752707 or 8208869. OLE color: 8208869.

HSL color Cylindrical-coordinate representation of color #E5417D: hue angle of 338.05º 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 #E5417D is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB22965125-
CMYK00.720.450.10
HSL338.05º75.93%57.65%-
HSV(B)338.05º71.62%89.8%-
XYZ37.9121.9221.64-
YUV120.88130.33205.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.65%
GREEN value IS 65 (25.78% from 255) = 15.51%
BLUE value IS 125 (49.22% from 255) = 29.83%
R=54.65%
G=15.51%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296512500.720.450.10338.0575.9357.65
HexE5417D0482DA1524c3a
Octal3451011750110551252211472
Binary11100101100000111111010100100010110110101010100101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5417D; }

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

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

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

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

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

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

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

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