#E93C9F

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

Shades of Wild Strawberry #E93C9F

Tints of Wild Strawberry #E93C9F

Color information

#E93C9F (or 0xE93C9F) is unknown color: approx Wild Strawberry. HEX triplet: E9, 3C and 9F. RGB value is (233,60,159). Sum of RGB (Red+Green+Blue) = 233+60+159=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93C9F is #16C360. Grayscale: #7A7A7A. Windows color (decimal): -1491809 or 10435817. OLE color: 10435817.

HSL color Cylindrical-coordinate representation of color #E93C9F: hue angle of 325.66º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93C9F is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB23360159-
CMYK00.740.320.09
HSL325.66º79.72%57.45%-
HSV(B)325.66º74.25%91.37%-
XYZ41.4823.0635.07-
YUV123.01148.31206.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.55%
GREEN value IS 60 (23.83% from 255) = 13.27%
BLUE value IS 159 (62.5% from 255) = 35.18%
R=51.55%
G=13.27%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336015900.740.320.09325.6679.7257.45
HexE93C9F04A2091465039
Octal351742370112401150612071
Binary11101001111100100111110100101010000010011010001101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93C9F; }

 p { color: rgb(233,60,159); }

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

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

 a { background-color: rgb(233,60,159); }

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

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

 span { border-color: rgb(233,60,159); }

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