#EE3D9E

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

Shades of Wild Strawberry #EE3D9E

Tints of Wild Strawberry #EE3D9E

Color information

#EE3D9E (or 0xEE3D9E) is unknown color: approx Wild Strawberry. HEX triplet: EE, 3D and 9E. RGB value is (238,61,158). Sum of RGB (Red+Green+Blue) = 238+61+158=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3D9E is #11C261. Grayscale: #7C7C7C. Windows color (decimal): -1163874 or 10370542. OLE color: 10370542.

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

Color convert

RGB23861158-
CMYK00.740.340.07
HSL327.12º83.89%58.63%-
HSV(B)327.12º74.37%93.33%-
XYZ43.123.9834.71-
YUV124.98146.64208.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.08%
GREEN value IS 61 (24.22% from 255) = 13.35%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=52.08%
G=13.35%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386115800.740.340.07327.1283.8958.63
HexEE3D9E04A227147543b
Octal35675236011242750712473
Binary1110111011110110011110010010101000101111010001111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3D9E; }

 p { color: rgb(238,61,158); }

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

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

 a { background-color: rgb(238,61,158); }

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

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

 span { border-color: rgb(238,61,158); }

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