#E53DA3

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

Shades of Wild Strawberry #E53DA3

Tints of Wild Strawberry #E53DA3

Color information

#E53DA3 (or 0xE53DA3) is unknown color: approx Wild Strawberry. HEX triplet: E5, 3D and A3. RGB value is (229,61,163). Sum of RGB (Red+Green+Blue) = 229+61+163=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E53DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53DA3 is #1AC25C. Grayscale: #7A7A7A. Windows color (decimal): -1753693 or 10698213. OLE color: 10698213.

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

Color convert

RGB22961163-
CMYK00.730.290.10
HSL323.57º76.36%56.86%-
HSV(B)323.57º73.36%89.8%-
XYZ40.5922.6436.88-
YUV122.86150.66203.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.55%
GREEN value IS 61 (24.22% from 255) = 13.47%
BLUE value IS 163 (64.06% from 255) = 35.98%
R=50.55%
G=13.47%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296116300.730.290.10323.5776.3656.86
HexE53DA30491DA1444c39
Octal345752430111351250411471
Binary1110010111110110100011010010011110110101010001001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53DA3; }

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

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

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

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

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

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

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

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