Html Css Color HEX #E53DA2 Wild Strawberry

📋 copy color: '#E53DA2'

red 229 ◦ green 61 ◦ blue 162

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

Shades of Wild Strawberry #E53DA2

Tints of Wild Strawberry #E53DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.84%

R = 50.66%
G = 13.5%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E53DA2 (or 0xE53DA2) is known color: Wild Strawberry. HEX triplet: E5, 3D and A2. RGB value is (229,61,162). Sum of RGB (Red+Green+Blue) = 229+61+162=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E53DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53DA2 is #1AC25D. Grayscale: #7A7A7A. Windows color (decimal): -1753694 or 10632677. OLE color: 10632677.

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

Color convert

RGB 229 61 162 -
CMYK 0 0.73 0.29 0.10
HSL 323.93º 0.76% 0.57% -
HSV(B) 323.93º 0.73% 0.9% -
XYZ 40.5 22.6 36.41 -
YUV 122.75 150.16 203.79 -
System Red Green Blue C M Y K H S L
Decimal 229 61 162 0 0.73 0.29 0.10 323.93 0.76 0.57
Hex E5 3D A2 0 49 1D A 144 4C 39
Octal 345 75 242 0 111 35 12 504 114 71
Binary 11100101 111101 10100010 0 1001001 11101 1010 101000100 1001100 111001

Color Harmonies of #E53DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53DA2

Black with #E53DA2

Text Example


Text Example

White with #E53DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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