Html Css Color HEX #E541A0 Wild Strawberry

📋 copy color: '#E541A0'

red 229 ◦ green 65 ◦ blue 160

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

Shades of Wild Strawberry #E541A0

Tints of Wild Strawberry #E541A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.24%

R = 50.44%
G = 14.32%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E541A0 (or 0xE541A0) is known color: Wild Strawberry. HEX triplet: E5, 41 and A0. RGB value is (229,65,160). Sum of RGB (Red+Green+Blue) = 229+65+160=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E541A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E541A0 is #1ABE5F. Grayscale: #7C7C7C. Windows color (decimal): -1752672 or 10502629. OLE color: 10502629.

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

Color convert

RGB 229 65 160 -
CMYK 0 0.72 0.30 0.10
HSL 325.24º 0.76% 0.58% -
HSV(B) 325.24º 0.72% 0.9% -
XYZ 40.55 22.98 35.56 -
YUV 124.87 147.83 202.28 -
System Red Green Blue C M Y K H S L
Decimal 229 65 160 0 0.72 0.30 0.10 325.24 0.76 0.58
Hex E5 41 A0 0 48 1E A 145 4C 3A
Octal 345 101 240 0 110 36 12 505 114 72
Binary 11100101 1000001 10100000 0 1001000 11110 1010 101000101 1001100 111010

Color Harmonies of #E541A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E541A0

Black with #E541A0

Text Example


Text Example

White with #E541A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E541A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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