Html Css Color HEX #E541A4 Wild Strawberry

📋 copy color: '#E541A4'

red 229 ◦ green 65 ◦ blue 164

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

Shades of Wild Strawberry #E541A4

Tints of Wild Strawberry #E541A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.81%

R = 50%
G = 14.19%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E541A4 (or 0xE541A4) is known color: Wild Strawberry. HEX triplet: E5, 41 and A4. RGB value is (229,65,164). Sum of RGB (Red+Green+Blue) = 229+65+164=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E541A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E541A4 is #1ABE5B. Grayscale: #7D7D7D. Windows color (decimal): -1752668 or 10764773. OLE color: 10764773.

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

Color convert

RGB 229 65 164 -
CMYK 0 0.72 0.28 0.10
HSL 323.78º 0.76% 0.58% -
HSV(B) 323.78º 0.72% 0.9% -
XYZ 40.9 23.12 37.43 -
YUV 125.32 149.83 201.95 -
System Red Green Blue C M Y K H S L
Decimal 229 65 164 0 0.72 0.28 0.10 323.78 0.76 0.58
Hex E5 41 A4 0 48 1C A 144 4C 3A
Octal 345 101 244 0 110 34 12 504 114 72
Binary 11100101 1000001 10100100 0 1001000 11100 1010 101000100 1001100 111010

Color Harmonies of #E541A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E541A4

Black with #E541A4

Text Example


Text Example

White with #E541A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E541A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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