#E53DA1

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

Shades of Wild Strawberry #E53DA1

Tints of Wild Strawberry #E53DA1

Color information

#E53DA1 (or 0xE53DA1) is unknown color: approx Wild Strawberry. HEX triplet: E5, 3D and A1. RGB value is (229,61,161). Sum of RGB (Red+Green+Blue) = 229+61+161=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E53DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53DA1 is #1AC25E. Grayscale: #7A7A7A. Windows color (decimal): -1753695 or 10567141. OLE color: 10567141.

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

Color convert

RGB22961161-
CMYK00.730.300.10
HSL324.29º76.36%56.86%-
HSV(B)324.29º73.36%89.8%-
XYZ40.4122.5735.94-
YUV122.63149.66203.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.78%
GREEN value IS 61 (24.22% from 255) = 13.53%
BLUE value IS 161 (63.28% from 255) = 35.70%
R=50.78%
G=13.53%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296116100.730.300.10324.2976.3656.86
HexE53DA10491EA1444c39
Octal345752410111361250411471
Binary1110010111110110100001010010011111010101010001001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53DA1; }

 p { color: rgb(229,61,161); }

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

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

 a { background-color: rgb(229,61,161); }

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

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

 span { border-color: rgb(229,61,161); }

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