#EB7DF6

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

Shades of Violet #EB7DF6

Tints of Violet #EB7DF6

Color information

#EB7DF6 (or 0xEB7DF6) is unknown color: approx Violet. HEX triplet: EB, 7D and F6. RGB value is (235,125,246). Sum of RGB (Red+Green+Blue) = 235+125+246=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 125 (49.22% from 255 or 20.63% from 606); Blue value is 246 (96.48% from 255 or 40.59% from 606); Max value from RGB is 246 - color contains mainly: blue. Hex color #EB7DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB7DF6 is #148209. Grayscale: #ABABAB. Windows color (decimal): -1344010 or 16154091. OLE color: 16154091.

HSL color Cylindrical-coordinate representation of color #EB7DF6: hue angle of 294.55º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB7DF6 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235125246-
CMYK0.040.4900.04
HSL294.55º87.05%72.75%-
HSV(B)294.55º49.19%96.47%-
XYZ58.2338.9891.64-
YUV171.68169.94173.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 125 (49.22% from 255) = 20.63%
BLUE value IS 246 (96.48% from 255) = 40.59%
R=38.78%
G=20.63%
B=40.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351252460.040.4900.04294.5587.0572.75
HexEB7DF6431041275749
Octal35317536646104447127111
Binary11101011111110111110110100110001010010010011110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DF6; }

 p { color: rgb(235,125,246); }

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

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

 a { background-color: rgb(235,125,246); }

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

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

 span { border-color: rgb(235,125,246); }

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