#EB7DF9

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

Shades of Violet #EB7DF9

Tints of Violet #EB7DF9

Color information

#EB7DF9 (or 0xEB7DF9) is unknown color: approx Violet. HEX triplet: EB, 7D and F9. RGB value is (235,125,249). Sum of RGB (Red+Green+Blue) = 235+125+249=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 125 (49.22% from 255 or 20.53% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #EB7DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB7DF9 is #148206. Grayscale: #ABABAB. Windows color (decimal): -1344007 or 16350699. OLE color: 16350699.

HSL color Cylindrical-coordinate representation of color #EB7DF9: hue angle of 293.23º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB7DF9 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235125249-
CMYK0.060.5000.02
HSL293.23º91.18%73.33%-
HSV(B)293.23º49.8%97.65%-
XYZ58.6939.1794.09-
YUV172.03171.44172.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 125 (49.22% from 255) = 20.53%
BLUE value IS 249 (97.66% from 255) = 40.89%
R=38.59%
G=20.53%
B=40.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351252490.060.5000.02293.2391.1873.33
HexEB7DF9632021255b49
Octal35317537166202445133111
Binary1110101111111011111100111011001001010010010110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DF9; }

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

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

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

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

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

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

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

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