Html Css Color HEX #E341A4 Wild Strawberry

📋 copy color: '#E341A4'

red 227 ◦ green 65 ◦ blue 164

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

Shades of Wild Strawberry #E341A4

Tints of Wild Strawberry #E341A4

RGB

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

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

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

R = 49.78%
G = 14.25%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E341A4 (or 0xE341A4) is known color: Wild Strawberry. HEX triplet: E3, 41 and A4. RGB value is (227,65,164). Sum of RGB (Red+Green+Blue) = 227+65+164=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E341A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E341A4 is #1CBE5B. Grayscale: #7C7C7C. Windows color (decimal): -1883740 or 10764771. OLE color: 10764771.

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

Color convert

RGB 227 65 164 -
CMYK 0 0.71 0.28 0.11
HSL 323.33º 0.74% 0.57% -
HSV(B) 323.33º 0.71% 0.89% -
XYZ 40.27 22.79 37.4 -
YUV 124.72 150.17 200.95 -
System Red Green Blue C M Y K H S L
Decimal 227 65 164 0 0.71 0.28 0.11 323.33 0.74 0.57
Hex E3 41 A4 0 47 1C B 143 4A 39
Octal 343 101 244 0 107 34 13 503 112 71
Binary 11100011 1000001 10100100 0 1000111 11100 1011 101000011 1001010 111001

Color Harmonies of #E341A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E341A4

Black with #E341A4

Text Example


Text Example

White with #E341A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E341A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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