#EE3D9D

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

Shades of Wild Strawberry #EE3D9D

Tints of Wild Strawberry #EE3D9D

Color information

#EE3D9D (or 0xEE3D9D) is unknown color: approx Wild Strawberry. HEX triplet: EE, 3D and 9D. RGB value is (238,61,157). Sum of RGB (Red+Green+Blue) = 238+61+157=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3D9D is #11C262. Grayscale: #7C7C7C. Windows color (decimal): -1163875 or 10305006. OLE color: 10305006.

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

Color convert

RGB23861157-
CMYK00.740.340.07
HSL327.46º83.89%58.63%-
HSV(B)327.46º74.37%93.33%-
XYZ43.0123.9534.25-
YUV124.87146.14208.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.19%
GREEN value IS 61 (24.22% from 255) = 13.38%
BLUE value IS 157 (61.72% from 255) = 34.43%
R=52.19%
G=13.38%
B=34.43%

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
Decimal2386115700.740.340.07327.4683.8958.63
HexEE3D9D04A227147543b
Octal35675235011242750712473
Binary1110111011110110011101010010101000101111010001111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3D9D; }

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

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

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

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

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

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

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

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