#EE3096

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

Shades of Wild Strawberry #EE3096

Tints of Wild Strawberry #EE3096

Color information

#EE3096 (or 0xEE3096) is unknown color: approx Wild Strawberry. HEX triplet: EE, 30 and 96. RGB value is (238,48,150). Sum of RGB (Red+Green+Blue) = 238+48+150=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3096 is #11CF69. Grayscale: #747474. Windows color (decimal): -1167210 or 9842926. OLE color: 9842926.

HSL color Cylindrical-coordinate representation of color #EE3096: hue angle of 327.79º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE3096 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB23848150-
CMYK00.800.370.07
HSL327.79º84.82%56.08%-
HSV(B)327.79º79.83%93.33%-
XYZ41.8222.4930.99-
YUV116.44146.95214.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.59%
GREEN value IS 48 (19.14% from 255) = 11.01%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=54.59%
G=11.01%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2384815000.800.370.07327.7984.8256.08
HexEE30960502571485538
Octal35660226012045751012570
Binary1110111011000010010110010100001001011111010010001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3096; }

 p { color: rgb(238,48,150); }

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

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

 a { background-color: rgb(238,48,150); }

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

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

 span { border-color: rgb(238,48,150); }

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