Html Css Color HEX #E53FA9 Wild Strawberry

📋 copy color: '#E53FA9'

red 229 ◦ green 63 ◦ blue 169

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

Shades of Wild Strawberry #E53FA9

Tints of Wild Strawberry #E53FA9

RGB

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

 GREEN value IS 63 (25% from 255) = 13.67%

 BLUE value IS 169 (66.41% from 255) = 36.66%

R = 49.67%
G = 13.67%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E53FA9 (or 0xE53FA9) is known color: Wild Strawberry. HEX triplet: E5, 3F and A9. RGB value is (229,63,169). Sum of RGB (Red+Green+Blue) = 229+63+169=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53FA9 is #1AC056. Grayscale: #7C7C7C. Windows color (decimal): -1753175 or 11091941. OLE color: 11091941.

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

Color convert

RGB 229 63 169 -
CMYK 0 0.72 0.26 0.10
HSL 321.69º 0.76% 0.57% -
HSV(B) 321.69º 0.72% 0.9% -
XYZ 41.25 23.08 39.82 -
YUV 124.72 153 202.38 -
System Red Green Blue C M Y K H S L
Decimal 229 63 169 0 0.72 0.26 0.10 321.69 0.76 0.57
Hex E5 3F A9 0 48 1A A 142 4C 39
Octal 345 77 251 0 110 32 12 502 114 71
Binary 11100101 111111 10101001 0 1001000 11010 1010 101000010 1001100 111001

Color Harmonies of #E53FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53FA9

Black with #E53FA9

Text Example


Text Example

White with #E53FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53FA9; }

 p { color: rgb(229,63,169); }

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

background-color css

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

 a { background-color: rgb(229,63,169); }

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

border-color css

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

 span { border-color: rgb(229,63,169); }

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