Html Css Color HEX #EE41AA Wild Strawberry

📋 copy color: '#EE41AA'

red 238 ◦ green 65 ◦ blue 170

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

Shades of Wild Strawberry #EE41AA

Tints of Wild Strawberry #EE41AA

RGB

 RED value IS 238 (93.36% from 255) = 50.32%

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

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

R = 50.32%
G = 13.74%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EE41AA (or 0xEE41AA) is known color: Wild Strawberry. HEX triplet: EE, 41 and AA. RGB value is (238,65,170). Sum of RGB (Red+Green+Blue) = 238+65+170=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE41AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE41AA is #11BE55. Grayscale: #808080. Windows color (decimal): -1162838 or 11157998. OLE color: 11157998.

HSL color Cylindrical-coordinate representation of color #EE41AA: hue angle of 323.58º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE41AA is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 65 170 -
CMYK 0 0.73 0.29 0.07
HSL 323.58º 0.84% 0.59% -
HSV(B) 323.58º 0.73% 0.93% -
XYZ 44.41 24.86 40.49 -
YUV 128.7 151.31 205.96 -
System Red Green Blue C M Y K H S L
Decimal 238 65 170 0 0.73 0.29 0.07 323.58 0.84 0.59
Hex EE 41 AA 0 49 1D 7 144 54 3B
Octal 356 101 252 0 111 35 7 504 124 73
Binary 11101110 1000001 10101010 0 1001001 11101 111 101000100 1010100 111011

Color Harmonies of #EE41AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE41AA

Black with #EE41AA

Text Example


Text Example

White with #EE41AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE41AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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