Html Css Color HEX #E540A2 Wild Strawberry

📋 copy color: '#E540A2'

red 229 ◦ green 64 ◦ blue 162

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

Shades of Wild Strawberry #E540A2

Tints of Wild Strawberry #E540A2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.07%

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

R = 50.33%
G = 14.07%
B = 35.6%

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

#E540A2 (or 0xE540A2) is known color: Wild Strawberry. HEX triplet: E5, 40 and A2. RGB value is (229,64,162). Sum of RGB (Red+Green+Blue) = 229+64+162=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E540A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E540A2 is #1ABF5D. Grayscale: #7C7C7C. Windows color (decimal): -1752926 or 10633445. OLE color: 10633445.

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

Color convert

RGB 229 64 162 -
CMYK 0 0.72 0.29 0.10
HSL 324.36º 0.76% 0.57% -
HSV(B) 324.36º 0.72% 0.9% -
XYZ 40.67 22.93 36.47 -
YUV 124.51 149.16 202.53 -
System Red Green Blue C M Y K H S L
Decimal 229 64 162 0 0.72 0.29 0.10 324.36 0.76 0.57
Hex E5 40 A2 0 48 1D A 144 4C 39
Octal 345 100 242 0 110 35 12 504 114 71
Binary 11100101 1000000 10100010 0 1001000 11101 1010 101000100 1001100 111001

Color Harmonies of #E540A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E540A2

Black with #E540A2

Text Example


Text Example

White with #E540A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E540A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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