#EE41A3

Color #EE41A3 Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #EE41A3

Tints of Wild Strawberry #EE41A3

Color information

#EE41A3 (or 0xEE41A3) is unknown color: approx Wild Strawberry. HEX triplet: EE, 41 and A3. RGB value is (238,65,163). Sum of RGB (Red+Green+Blue) = 238+65+163=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE41A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE41A3 is #11BE5C. Grayscale: #7F7F7F. Windows color (decimal): -1162845 or 10699246. OLE color: 10699246.

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

Color convert

RGB23865163-
CMYK00.730.320.07
HSL326.01º83.57%59.41%-
HSV(B)326.01º72.69%93.33%-
XYZ43.7624.637.09-
YUV127.9147.81206.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.07%
GREEN value IS 65 (25.78% from 255) = 13.95%
BLUE value IS 163 (64.06% from 255) = 34.98%
R=51.07%
G=13.95%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386516300.730.320.07326.0183.5759.41
HexEE41A3049207146543b
Octal356101243011140750612473
Binary11101110100000110100011010010011000001111010001101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE41A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE41A3; }

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

 H1.HeaderClassName
 {
   color: #EE41A3;
 }
 .AnyTagClassName
 {
   color: #EE41A3;
 }
</style>
background-color css

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

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

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

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

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

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