Html Css Color HEX #E53DA0 Wild Strawberry

📋 copy color: '#E53DA0'

red 229 ◦ green 61 ◦ blue 160

#E53DA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Strawberry #E53DA0

Tints of Wild Strawberry #E53DA0

RGB

 RED value IS 229 (89.84% from 255) = 50.89%

 GREEN value IS 61 (24.22% from 255) = 13.56%

 BLUE value IS 160 (62.89% from 255) = 35.56%

R = 50.89%
G = 13.56%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E53DA0 (or 0xE53DA0) is known color: Wild Strawberry. HEX triplet: E5, 3D and A0. RGB value is (229,61,160). Sum of RGB (Red+Green+Blue) = 229+61+160=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E53DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53DA0 is #1AC25F. Grayscale: #7A7A7A. Windows color (decimal): -1753696 or 10501605. OLE color: 10501605.

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

Color convert

RGB 229 61 160 -
CMYK 0 0.73 0.30 0.10
HSL 324.64º 0.76% 0.57% -
HSV(B) 324.64º 0.73% 0.9% -
XYZ 40.33 22.53 35.48 -
YUV 122.52 149.16 203.95 -
System Red Green Blue C M Y K H S L
Decimal 229 61 160 0 0.73 0.30 0.10 324.64 0.76 0.57
Hex E5 3D A0 0 49 1E A 145 4C 39
Octal 345 75 240 0 111 36 12 505 114 71
Binary 11100101 111101 10100000 0 1001001 11110 1010 101000101 1001100 111001

Color Harmonies of #E53DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53DA0

Black with #E53DA0

Text Example


Text Example

White with #E53DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53DA0; }

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

 H1.HeaderClassName
 {
   color: #E53DA0;
 }
 .AnyTagClassName
 {
   color: #E53DA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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