#E93DA8

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

Shades of Wild Strawberry #E93DA8

Tints of Wild Strawberry #E93DA8

Color information

#E93DA8 (or 0xE93DA8) is unknown color: approx Wild Strawberry. HEX triplet: E9, 3D and A8. RGB value is (233,61,168). Sum of RGB (Red+Green+Blue) = 233+61+168=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E93DA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93DA8 is #16C257. Grayscale: #7C7C7C. Windows color (decimal): -1491544 or 11025897. OLE color: 11025897.

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

Color convert

RGB23361168-
CMYK00.740.280.09
HSL322.67º79.63%57.65%-
HSV(B)322.67º73.82%91.37%-
XYZ42.3423.4939.35-
YUV124.63152.48205.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.43%
GREEN value IS 61 (24.22% from 255) = 13.20%
BLUE value IS 168 (66.02% from 255) = 36.36%
R=50.43%
G=13.20%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336116800.740.280.09322.6779.6357.65
HexE93DA804A1C9143503a
Octal351752500112341150312072
Binary1110100111110110101000010010101110010011010000111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93DA8; }

 p { color: rgb(233,61,168); }

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

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

 a { background-color: rgb(233,61,168); }

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

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

 span { border-color: rgb(233,61,168); }

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