#EE2C98

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

Shades of Wild Strawberry #EE2C98

Tints of Wild Strawberry #EE2C98

Color information

#EE2C98 (or 0xEE2C98) is unknown color: approx Wild Strawberry. HEX triplet: EE, 2C and 98. RGB value is (238,44,152). Sum of RGB (Red+Green+Blue) = 238+44+152=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2C98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2C98 is #11D367. Grayscale: #727272. Windows color (decimal): -1168232 or 9972974. OLE color: 9972974.

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

Color convert

RGB23844152-
CMYK00.820.360.07
HSL326.6º85.09%55.29%-
HSV(B)326.6º81.51%93.33%-
XYZ41.8322.2531.79-
YUV114.32149.27216.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.84%
GREEN value IS 44 (17.58% from 255) = 10.14%
BLUE value IS 152 (59.77% from 255) = 35.02%
R=54.84%
G=10.14%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2384415200.820.360.07326.685.0955.29
HexEE2C980522471475537
Octal35654230012244750712567
Binary1110111010110010011000010100101001001111010001111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2C98; }

 p { color: rgb(238,44,152); }

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

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

 a { background-color: rgb(238,44,152); }

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

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

 span { border-color: rgb(238,44,152); }

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