#E53CA0

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

Shades of Wild Strawberry #E53CA0

Tints of Wild Strawberry #E53CA0

Color information

#E53CA0 (or 0xE53CA0) is unknown color: approx Wild Strawberry. HEX triplet: E5, 3C and A0. RGB value is (229,60,160). Sum of RGB (Red+Green+Blue) = 229+60+160=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53CA0 is #1AC35F. Grayscale: #797979. Windows color (decimal): -1753952 or 10501349. OLE color: 10501349.

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

Color convert

RGB22960160-
CMYK00.740.300.10
HSL324.5º76.47%56.67%-
HSV(B)324.5º73.8%89.8%-
XYZ40.2722.4335.46-
YUV121.93149.49204.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.00%
GREEN value IS 60 (23.83% from 255) = 13.36%
BLUE value IS 160 (62.89% from 255) = 35.63%
R=51.00%
G=13.36%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296016000.740.300.10324.576.4756.67
HexE53CA004A1EA1444c39
Octal345742400112361250411471
Binary1110010111110010100000010010101111010101010001001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53CA0; }

 p { color: rgb(229,60,160); }

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

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

 a { background-color: rgb(229,60,160); }

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

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

 span { border-color: rgb(229,60,160); }

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