#E942A3

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

Shades of Wild Strawberry #E942A3

Tints of Wild Strawberry #E942A3

Color information

#E942A3 (or 0xE942A3) is unknown color: approx Wild Strawberry. HEX triplet: E9, 42 and A3. RGB value is (233,66,163). Sum of RGB (Red+Green+Blue) = 233+66+163=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E942A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E942A3 is #16BD5C. Grayscale: #7E7E7E. Windows color (decimal): -1490269 or 10699497. OLE color: 10699497.

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

Color convert

RGB23366163-
CMYK00.720.300.09
HSL325.15º79.15%58.63%-
HSV(B)325.15º71.67%91.37%-
XYZ42.1623.8637.03-
YUV126.99148.33203.61-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.43%
GREEN value IS 66 (26.17% from 255) = 14.29%
BLUE value IS 163 (64.06% from 255) = 35.28%
R=50.43%
G=14.29%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336616300.720.300.09325.1579.1558.63
HexE942A30481E91454f3b
Octal3511022430110361150511773
Binary11101001100001010100011010010001111010011010001011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E942A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E942A3; }

 p { color: rgb(233,66,163); }

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

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

 a { background-color: rgb(233,66,163); }

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

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

 span { border-color: rgb(233,66,163); }

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