#EB8FF7

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

Shades of Violet #EB8FF7

Tints of Violet #EB8FF7

Color information

#EB8FF7 (or 0xEB8FF7) is unknown color: approx Violet. HEX triplet: EB, 8F and F7. RGB value is (235,143,247). Sum of RGB (Red+Green+Blue) = 235+143+247=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 143 (56.25% from 255 or 22.88% from 625); Blue value is 247 (96.88% from 255 or 39.52% from 625); Max value from RGB is 247 - color contains mainly: blue. Hex color #EB8FF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8FF7 is #147008. Grayscale: #B6B6B6. Windows color (decimal): -1339401 or 16224235. OLE color: 16224235.

HSL color Cylindrical-coordinate representation of color #EB8FF7: hue angle of 293.08º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EB8FF7 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235143247-
CMYK0.050.4200.03
HSL293.08º86.67%76.47%-
HSV(B)293.08º42.11%96.86%-
XYZ60.8744.0293.28-
YUV182.36164.48165.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 143 (56.25% from 255) = 22.88%
BLUE value IS 247 (96.88% from 255) = 39.52%
R=37.6%
G=22.88%
B=39.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2351432470.050.4200.03293.0886.6776.47
HexEB8FF752A03125574c
Octal35321736755203445127114
Binary11101011100011111111011110110101001110010010110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8FF7; }

 p { color: rgb(235,143,247); }

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

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

 a { background-color: rgb(235,143,247); }

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

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

 span { border-color: rgb(235,143,247); }

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