Html Css Color HEX #EE41A8 Wild Strawberry

📋 copy color: '#EE41A8'

red 238 ◦ green 65 ◦ blue 168

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

Shades of Wild Strawberry #EE41A8

Tints of Wild Strawberry #EE41A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.67%

R = 50.53%
G = 13.8%
B = 35.67%

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

#EE41A8 (or 0xEE41A8) is known color: Wild Strawberry. HEX triplet: EE, 41 and A8. RGB value is (238,65,168). Sum of RGB (Red+Green+Blue) = 238+65+168=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE41A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE41A8 is #11BE57. Grayscale: #808080. Windows color (decimal): -1162840 or 11026926. OLE color: 11026926.

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

Color convert

RGB 238 65 168 -
CMYK 0 0.73 0.29 0.07
HSL 324.28º 0.84% 0.59% -
HSV(B) 324.28º 0.73% 0.93% -
XYZ 44.22 24.78 39.5 -
YUV 128.47 150.31 206.12 -
System Red Green Blue C M Y K H S L
Decimal 238 65 168 0 0.73 0.29 0.07 324.28 0.84 0.59
Hex EE 41 A8 0 49 1D 7 144 54 3B
Octal 356 101 250 0 111 35 7 504 124 73
Binary 11101110 1000001 10101000 0 1001001 11101 111 101000100 1010100 111011

Color Harmonies of #EE41A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE41A8

Black with #EE41A8

Text Example


Text Example

White with #EE41A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE41A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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