#EE3FA9

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

Shades of Wild Strawberry #EE3FA9

Tints of Wild Strawberry #EE3FA9

Color information

#EE3FA9 (or 0xEE3FA9) is unknown color: approx Wild Strawberry. HEX triplet: EE, 3F and A9. RGB value is (238,63,169). Sum of RGB (Red+Green+Blue) = 238+63+169=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3FA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3FA9 is #11C056. Grayscale: #7F7F7F. Windows color (decimal): -1163351 or 11091950. OLE color: 11091950.

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

Color convert

RGB23863169-
CMYK00.740.290.07
HSL323.66º83.73%59.02%-
HSV(B)323.66º73.53%93.33%-
XYZ44.224.639.95-
YUV127.41151.48206.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.64%
GREEN value IS 63 (25% from 255) = 13.40%
BLUE value IS 169 (66.41% from 255) = 35.96%
R=50.64%
G=13.40%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386316900.740.290.07323.6683.7359.02
HexEE3FA904A1D7144543b
Octal35677251011235750412473
Binary111011101111111010100101001010111011111010001001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3FA9; }

 p { color: rgb(238,63,169); }

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

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

 a { background-color: rgb(238,63,169); }

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

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

 span { border-color: rgb(238,63,169); }

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