#EE3D97

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

Shades of Wild Strawberry #EE3D97

Tints of Wild Strawberry #EE3D97

Color information

#EE3D97 (or 0xEE3D97) is unknown color: approx Wild Strawberry. HEX triplet: EE, 3D and 97. RGB value is (238,61,151). Sum of RGB (Red+Green+Blue) = 238+61+151=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3D97 is #11C268. Grayscale: #7B7B7B. Windows color (decimal): -1163881 or 9911790. OLE color: 9911790.

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

Color convert

RGB23861151-
CMYK00.740.370.07
HSL329.49º83.89%58.63%-
HSV(B)329.49º74.37%93.33%-
XYZ42.5123.7531.62-
YUV124.18143.14209.18-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.89%
GREEN value IS 61 (24.22% from 255) = 13.56%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=52.89%
G=13.56%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386115100.740.370.07329.4983.8958.63
HexEE3D9704A257149543b
Octal35675227011245751112473
Binary1110111011110110010111010010101001011111010010011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3D97; }

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

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

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

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

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

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

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

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