#EE339D

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

Shades of Wild Strawberry #EE339D

Tints of Wild Strawberry #EE339D

Color information

#EE339D (or 0xEE339D) is unknown color: approx Wild Strawberry. HEX triplet: EE, 33 and 9D. RGB value is (238,51,157). Sum of RGB (Red+Green+Blue) = 238+51+157=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 51 (20.31% from 255 or 11.43% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE339D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE339D is #11CC62. Grayscale: #767676. Windows color (decimal): -1166435 or 10302446. OLE color: 10302446.

HSL color Cylindrical-coordinate representation of color #EE339D: hue angle of 325.99º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE339D is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB23851157-
CMYK00.790.340.07
HSL325.99º84.62%56.67%-
HSV(B)325.99º78.57%93.33%-
XYZ42.5322.9834.09-
YUV119149.45212.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.36%
GREEN value IS 51 (20.31% from 255) = 11.43%
BLUE value IS 157 (61.72% from 255) = 35.20%
R=53.36%
G=11.43%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2385115700.790.340.07325.9984.6256.67
HexEE339D04F2271465539
Octal35663235011742750612571
Binary1110111011001110011101010011111000101111010001101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE339D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE339D; }

 p { color: rgb(238,51,157); }

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

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

 a { background-color: rgb(238,51,157); }

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

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

 span { border-color: rgb(238,51,157); }

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