#E5407A

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

Shades of Cranberry #E5407A

Tints of Cranberry #E5407A

Color information

#E5407A (or 0xE5407A) is unknown color: approx Cranberry. HEX triplet: E5, 40 and 7A. RGB value is (229,64,122). Sum of RGB (Red+Green+Blue) = 229+64+122=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E5407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5407A is #1ABF85. Grayscale: #777777. Windows color (decimal): -1752966 or 8012005. OLE color: 8012005.

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

Color convert

RGB22964122-
CMYK00.720.470.10
HSL338.91º76.04%57.45%-
HSV(B)338.91º72.05%89.8%-
XYZ37.6621.7320.62-
YUV119.95129.16205.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.18%
GREEN value IS 64 (25.39% from 255) = 15.42%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=55.18%
G=15.42%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296412200.720.470.10338.9176.0457.45
HexE5407A0482FA1534c39
Octal3451001720110571252311471
Binary11100101100000011110100100100010111110101010100111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5407A; }

 p { color: rgb(229,64,122); }

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

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

 a { background-color: rgb(229,64,122); }

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

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

 span { border-color: rgb(229,64,122); }

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