Html Css Color HEX #E53FA2 Wild Strawberry

📋 copy color: '#E53FA2'

red 229 ◦ green 63 ◦ blue 162

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

Shades of Wild Strawberry #E53FA2

Tints of Wild Strawberry #E53FA2

RGB

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

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

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

R = 50.44%
G = 13.88%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E53FA2 (or 0xE53FA2) is known color: Wild Strawberry. HEX triplet: E5, 3F and A2. RGB value is (229,63,162). Sum of RGB (Red+Green+Blue) = 229+63+162=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53FA2 is #1AC05D. Grayscale: #7B7B7B. Windows color (decimal): -1753182 or 10633189. OLE color: 10633189.

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

Color convert

RGB 229 63 162 -
CMYK 0 0.72 0.29 0.10
HSL 324.22º 0.76% 0.57% -
HSV(B) 324.22º 0.72% 0.9% -
XYZ 40.61 22.82 36.45 -
YUV 123.92 149.5 202.95 -
System Red Green Blue C M Y K H S L
Decimal 229 63 162 0 0.72 0.29 0.10 324.22 0.76 0.57
Hex E5 3F A2 0 48 1D A 144 4C 39
Octal 345 77 242 0 110 35 12 504 114 71
Binary 11100101 111111 10100010 0 1001000 11101 1010 101000100 1001100 111001

Color Harmonies of #E53FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53FA2

Black with #E53FA2

Text Example


Text Example

White with #E53FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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