#EB7EF9

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

Shades of Violet #EB7EF9

Tints of Violet #EB7EF9

Color information

#EB7EF9 (or 0xEB7EF9) is unknown color: approx Violet. HEX triplet: EB, 7E and F9. RGB value is (235,126,249). Sum of RGB (Red+Green+Blue) = 235+126+249=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 126 (49.61% from 255 or 20.66% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #EB7EF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB7EF9 is #148106. Grayscale: #ACACAC. Windows color (decimal): -1343751 or 16350955. OLE color: 16350955.

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

Color convert

RGB235126249-
CMYK0.060.4900.02
HSL293.17º91.11%73.53%-
HSV(B)293.17º49.4%97.65%-
XYZ58.8239.4294.13-
YUV172.61171.11172.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 126 (49.61% from 255) = 20.66%
BLUE value IS 249 (97.66% from 255) = 40.82%
R=38.52%
G=20.66%
B=40.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351262490.060.4900.02293.1791.1173.53
HexEB7EF9631021255b4a
Octal35317637166102445133112
Binary1110101111111101111100111011000101010010010110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7EF9; }

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

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

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

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

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

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

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

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