#EB6FE8

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

Shades of Violet #EB6FE8

Tints of Violet #EB6FE8

Color information

#EB6FE8 (or 0xEB6FE8) is unknown color: approx Violet. HEX triplet: EB, 6F and E8. RGB value is (235,111,232). Sum of RGB (Red+Green+Blue) = 235+111+232=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 111 (43.75% from 255 or 19.20% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB6FE8 is #149017. Grayscale: #A1A1A1. Windows color (decimal): -1347608 or 15233003. OLE color: 15233003.

HSL color Cylindrical-coordinate representation of color #EB6FE8: hue angle of 301.45º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6FE8 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB235111232-
CMYK00.530.010.08
HSL301.45º75.61%67.84%-
HSV(B)301.45º52.77%92.16%-
XYZ54.5134.8680.2-
YUV161.87167.58180.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 111 (43.75% from 255) = 19.20%
BLUE value IS 232 (91.02% from 255) = 40.14%
R=40.66%
G=19.20%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511123200.530.010.08301.4575.6167.84
HexEB6FE80351812d4c44
Octal353157350065110455114104
Binary1110101111011111110100001101011100010010110110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6FE8; }

 p { color: rgb(235,111,232); }

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

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

 a { background-color: rgb(235,111,232); }

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

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

 span { border-color: rgb(235,111,232); }

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