#E93EA4

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

Shades of Wild Strawberry #E93EA4

Tints of Wild Strawberry #E93EA4

Color information

#E93EA4 (or 0xE93EA4) is unknown color: approx Wild Strawberry. HEX triplet: E9, 3E and A4. RGB value is (233,62,164). Sum of RGB (Red+Green+Blue) = 233+62+164=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E93EA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93EA4 is #16C15B. Grayscale: #7C7C7C. Windows color (decimal): -1491292 or 10764009. OLE color: 10764009.

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

Color convert

RGB23362164-
CMYK00.730.300.09
HSL324.21º79.53%57.84%-
HSV(B)324.21º73.39%91.37%-
XYZ42.0323.4537.43-
YUV124.76150.15205.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.76%
GREEN value IS 62 (24.61% from 255) = 13.51%
BLUE value IS 164 (64.45% from 255) = 35.73%
R=50.76%
G=13.51%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336216400.730.300.09324.2179.5357.84
HexE93EA40491E9144503a
Octal351762440111361150412072
Binary1110100111111010100100010010011111010011010001001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93EA4; }

 p { color: rgb(233,62,164); }

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

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

 a { background-color: rgb(233,62,164); }

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

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

 span { border-color: rgb(233,62,164); }

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