#EE3392

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

Shades of Wild Strawberry #EE3392

Tints of Wild Strawberry #EE3392

Color information

#EE3392 (or 0xEE3392) is unknown color: approx Wild Strawberry. HEX triplet: EE, 33 and 92. RGB value is (238,51,146). Sum of RGB (Red+Green+Blue) = 238+51+146=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3392 is #11CC6D. Grayscale: #757575. Windows color (decimal): -1166446 or 9581550. OLE color: 9581550.

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

Color convert

RGB23851146-
CMYK00.790.390.07
HSL329.52º84.62%56.67%-
HSV(B)329.52º78.57%93.33%-
XYZ41.6322.6229.37-
YUV117.74143.95213.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.71%
GREEN value IS 51 (20.31% from 255) = 11.72%
BLUE value IS 146 (57.42% from 255) = 33.56%
R=54.71%
G=11.72%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2385114600.790.390.07329.5284.6256.67
HexEE339204F27714a5539
Octal35663222011747751212571
Binary1110111011001110010010010011111001111111010010101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3392; }

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

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

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

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

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

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

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

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