#E93A98

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

Shades of Wild Strawberry #E93A98

Tints of Wild Strawberry #E93A98

Color information

#E93A98 (or 0xE93A98) is unknown color: approx Wild Strawberry. HEX triplet: E9, 3A and 98. RGB value is (233,58,152). Sum of RGB (Red+Green+Blue) = 233+58+152=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93A98 is #16C567. Grayscale: #787878. Windows color (decimal): -1492328 or 9976553. OLE color: 9976553.

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

Color convert

RGB23358152-
CMYK00.750.350.09
HSL327.77º79.91%57.06%-
HSV(B)327.77º75.11%91.37%-
XYZ40.7822.6231.92-
YUV121.04145.48207.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.60%
GREEN value IS 58 (23.05% from 255) = 13.09%
BLUE value IS 152 (59.77% from 255) = 34.31%
R=52.60%
G=13.09%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2335815200.750.350.09327.7779.9157.06
HexE93A9804B2391485039
Octal351722300113431151012071
Binary11101001111010100110000100101110001110011010010001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93A98; }

 p { color: rgb(233,58,152); }

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

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

 a { background-color: rgb(233,58,152); }

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

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

 span { border-color: rgb(233,58,152); }

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