Html Css Color HEX #E541A6 Wild Strawberry

📋 copy color: '#E541A6'

red 229 ◦ green 65 ◦ blue 166

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

Shades of Wild Strawberry #E541A6

Tints of Wild Strawberry #E541A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.09%

R = 49.78%
G = 14.13%
B = 36.09%

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

#E541A6 (or 0xE541A6) is known color: Wild Strawberry. HEX triplet: E5, 41 and A6. RGB value is (229,65,166). Sum of RGB (Red+Green+Blue) = 229+65+166=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E541A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E541A6 is #1ABE59. Grayscale: #7D7D7D. Windows color (decimal): -1752666 or 10895845. OLE color: 10895845.

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

Color convert

RGB 229 65 166 -
CMYK 0 0.72 0.28 0.10
HSL 323.05º 0.76% 0.58% -
HSV(B) 323.05º 0.72% 0.9% -
XYZ 41.09 23.19 38.39 -
YUV 125.55 150.83 201.79 -
System Red Green Blue C M Y K H S L
Decimal 229 65 166 0 0.72 0.28 0.10 323.05 0.76 0.58
Hex E5 41 A6 0 48 1C A 143 4C 3A
Octal 345 101 246 0 110 34 12 503 114 72
Binary 11100101 1000001 10100110 0 1001000 11100 1010 101000011 1001100 111010

Color Harmonies of #E541A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E541A6

Black with #E541A6

Text Example


Text Example

White with #E541A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E541A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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