#EB7BF7

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

Shades of Violet #EB7BF7

Tints of Violet #EB7BF7

Color information

#EB7BF7 (or 0xEB7BF7) is unknown color: approx Violet. HEX triplet: EB, 7B and F7. RGB value is (235,123,247). Sum of RGB (Red+Green+Blue) = 235+123+247=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 123 (48.44% from 255 or 20.33% from 605); Blue value is 247 (96.88% from 255 or 40.83% from 605); Max value from RGB is 247 - color contains mainly: blue. Hex color #EB7BF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB7BF7 is #148408. Grayscale: #AAAAAA. Windows color (decimal): -1344521 or 16219115. OLE color: 16219115.

HSL color Cylindrical-coordinate representation of color #EB7BF7: hue angle of 294.19º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB7BF7 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235123247-
CMYK0.050.5000.03
HSL294.19º88.57%72.55%-
HSV(B)294.19º50.2%96.86%-
XYZ58.1338.5492.37-
YUV170.62171.11173.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 123 (48.44% from 255) = 20.33%
BLUE value IS 247 (96.88% from 255) = 40.83%
R=38.84%
G=20.33%
B=40.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2351232470.050.5000.03294.1988.5772.55
HexEB7BF7532031265949
Octal35317336756203446131111
Binary1110101111110111111011110111001001110010011010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7BF7; }

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

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

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

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

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

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

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

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