#E93CA0

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

Shades of Wild Strawberry #E93CA0

Tints of Wild Strawberry #E93CA0

Color information

#E93CA0 (or 0xE93CA0) is unknown color: approx Wild Strawberry. HEX triplet: E9, 3C and A0. RGB value is (233,60,160). Sum of RGB (Red+Green+Blue) = 233+60+160=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93CA0 is #16C35F. Grayscale: #7A7A7A. Windows color (decimal): -1491808 or 10501353. OLE color: 10501353.

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

Color convert

RGB23360160-
CMYK00.740.310.09
HSL325.32º79.72%57.45%-
HSV(B)325.32º74.25%91.37%-
XYZ41.5723.0935.52-
YUV123.13148.81206.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.43%
GREEN value IS 60 (23.83% from 255) = 13.25%
BLUE value IS 160 (62.89% from 255) = 35.32%
R=51.43%
G=13.25%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336016000.740.310.09325.3279.7257.45
HexE93CA004A1F91455039
Octal351742400112371150512071
Binary1110100111110010100000010010101111110011010001011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93CA0; }

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

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

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

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

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

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

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

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