Html Css Color HEX #E541AA Wild Strawberry

📋 copy color: '#E541AA'

red 229 ◦ green 65 ◦ blue 170

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

Shades of Wild Strawberry #E541AA

Tints of Wild Strawberry #E541AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.01%

 BLUE value IS 170 (66.8% from 255) = 36.64%

R = 49.35%
G = 14.01%
B = 36.64%

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

#E541AA (or 0xE541AA) is known color: Wild Strawberry. HEX triplet: E5, 41 and AA. RGB value is (229,65,170). Sum of RGB (Red+Green+Blue) = 229+65+170=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E541AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E541AA is #1ABE55. Grayscale: #7D7D7D. Windows color (decimal): -1752662 or 11157989. OLE color: 11157989.

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

Color convert

RGB 229 65 170 -
CMYK 0 0.72 0.26 0.10
HSL 321.59º 0.76% 0.58% -
HSV(B) 321.59º 0.72% 0.9% -
XYZ 41.46 23.34 40.35 -
YUV 126.01 152.83 201.46 -
System Red Green Blue C M Y K H S L
Decimal 229 65 170 0 0.72 0.26 0.10 321.59 0.76 0.58
Hex E5 41 AA 0 48 1A A 142 4C 3A
Octal 345 101 252 0 110 32 12 502 114 72
Binary 11100101 1000001 10101010 0 1001000 11010 1010 101000010 1001100 111010

Color Harmonies of #E541AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E541AA

Black with #E541AA

Text Example


Text Example

White with #E541AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E541AA; }

 p { color: rgb(229,65,170); }

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

background-color css

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

 a { background-color: rgb(229,65,170); }

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

border-color css

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

 span { border-color: rgb(229,65,170); }

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