Html Css Color HEX #E341AA Wild Strawberry

📋 copy color: '#E341AA'

red 227 ◦ green 65 ◦ blue 170

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

Shades of Wild Strawberry #E341AA

Tints of Wild Strawberry #E341AA

RGB

 RED value IS 227 (89.06% from 255) = 49.13%

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

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

R = 49.13%
G = 14.07%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E341AA (or 0xE341AA) is known color: Wild Strawberry. HEX triplet: E3, 41 and AA. RGB value is (227,65,170). Sum of RGB (Red+Green+Blue) = 227+65+170=462 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.13% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 227 - color contains mainly: red. Hex color #E341AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E341AA is #1CBE55. Grayscale: #7D7D7D. Windows color (decimal): -1883734 or 11157987. OLE color: 11157987.

HSL color Cylindrical-coordinate representation of color #E341AA: hue angle of 321.11º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E341AA is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 65 170 -
CMYK 0 0.71 0.25 0.11
HSL 321.11º 0.74% 0.57% -
HSV(B) 321.11º 0.71% 0.89% -
XYZ 40.82 23.01 40.32 -
YUV 125.41 153.17 200.46 -
System Red Green Blue C M Y K H S L
Decimal 227 65 170 0 0.71 0.25 0.11 321.11 0.74 0.57
Hex E3 41 AA 0 47 19 B 141 4A 39
Octal 343 101 252 0 107 31 13 501 112 71
Binary 11100011 1000001 10101010 0 1000111 11001 1011 101000001 1001010 111001

Color Harmonies of #E341AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E341AA

Black with #E341AA

Text Example


Text Example

White with #E341AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E341AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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