#E63EA0

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

Shades of Wild Strawberry #E63EA0

Tints of Wild Strawberry #E63EA0

Color information

#E63EA0 (or 0xE63EA0) is unknown color: approx Wild Strawberry. HEX triplet: E6, 3E and A0. RGB value is (230,62,160). Sum of RGB (Red+Green+Blue) = 230+62+160=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 62 (24.61% from 255 or 13.72% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E63EA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63EA0 is #19C15F. Grayscale: #7B7B7B. Windows color (decimal): -1687904 or 10501862. OLE color: 10501862.

HSL color Cylindrical-coordinate representation of color #E63EA0: hue angle of 325º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E63EA0 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB23062160-
CMYK00.730.300.10
HSL325º77.06%57.25%-
HSV(B)325º73.04%90.2%-
XYZ40.722.8135.51-
YUV123.4148.66204.03-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.88%
GREEN value IS 62 (24.61% from 255) = 13.72%
BLUE value IS 160 (62.89% from 255) = 35.40%
R=50.88%
G=13.72%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2306216000.730.300.1032577.0657.25
HexE63EA00491EA1454d39
Octal346762400111361250511571
Binary1110011011111010100000010010011111010101010001011001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E63EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E63EA0; }

 p { color: rgb(230,62,160); }

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

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

 a { background-color: rgb(230,62,160); }

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

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

 span { border-color: rgb(230,62,160); }

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