#E63BA6

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

Shades of Wild Strawberry #E63BA6

Tints of Wild Strawberry #E63BA6

Color information

#E63BA6 (or 0xE63BA6) is unknown color: approx Wild Strawberry. HEX triplet: E6, 3B and A6. RGB value is (230,59,166). Sum of RGB (Red+Green+Blue) = 230+59+166=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E63BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63BA6 is #19C459. Grayscale: #7A7A7A. Windows color (decimal): -1688666 or 10894310. OLE color: 10894310.

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

Color convert

RGB23059166-
CMYK00.740.280.10
HSL322.46º77.38%56.67%-
HSV(B)322.46º74.35%90.2%-
XYZ41.0822.738.29-
YUV122.33152.65204.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.55%
GREEN value IS 59 (23.44% from 255) = 12.97%
BLUE value IS 166 (65.23% from 255) = 36.48%
R=50.55%
G=12.97%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2305916600.740.280.10322.4677.3856.67
HexE63BA604A1CA1424d39
Octal346732460112341250211571
Binary1110011011101110100110010010101110010101010000101001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E63BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E63BA6; }

 p { color: rgb(230,59,166); }

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

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

 a { background-color: rgb(230,59,166); }

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

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

 span { border-color: rgb(230,59,166); }

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