#E53E74

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

Shades of Cranberry #E53E74

Tints of Cranberry #E53E74

Color information

#E53E74 (or 0xE53E74) is unknown color: approx Cranberry. HEX triplet: E5, 3E and 74. RGB value is (229,62,116). Sum of RGB (Red+Green+Blue) = 229+62+116=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E53E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53E74 is #1AC18B. Grayscale: #767676. Windows color (decimal): -1753484 or 7618277. OLE color: 7618277.

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

Color convert

RGB22962116-
CMYK00.730.490.10
HSL340.6º76.26%57.06%-
HSV(B)340.6º72.93%89.8%-
XYZ37.1921.3618.69-
YUV118.09126.83207.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.27%
GREEN value IS 62 (24.61% from 255) = 15.23%
BLUE value IS 116 (45.70% from 255) = 28.50%
R=56.27%
G=15.23%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296211600.730.490.10340.676.2657.06
HexE53E7404931A1554c39
Octal345761640111611252511471
Binary1110010111111011101000100100111000110101010101011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53E74; }

 p { color: rgb(229,62,116); }

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

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

 a { background-color: rgb(229,62,116); }

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

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

 span { border-color: rgb(229,62,116); }

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