#EB7CF8

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

Shades of Violet #EB7CF8

Tints of Violet #EB7CF8

Color information

#EB7CF8 (or 0xEB7CF8) is unknown color: approx Violet. HEX triplet: EB, 7C and F8. RGB value is (235,124,248). Sum of RGB (Red+Green+Blue) = 235+124+248=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 124 (48.83% from 255 or 20.43% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 248 - color contains mainly: blue. Hex color #EB7CF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB7CF8 is #148307. Grayscale: #AAAAAA. Windows color (decimal): -1344264 or 16284907. OLE color: 16284907.

HSL color Cylindrical-coordinate representation of color #EB7CF8: hue angle of 293.71º degrees, saturation: 0.9, 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 #EB7CF8 is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235124248-
CMYK0.050.500.03
HSL293.71º89.86%72.94%-
HSV(B)293.71º50%97.25%-
XYZ58.4138.8593.23-
YUV171.32171.27173.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 124 (48.83% from 255) = 20.43%
BLUE value IS 248 (97.27% from 255) = 40.86%
R=38.71%
G=20.43%
B=40.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2351242480.050.500.03293.7189.8672.94
HexEB7CF8532031265a49
Octal35317437056203446132111
Binary1110101111111001111100010111001001110010011010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7CF8; }

 p { color: rgb(235,124,248); }

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

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

 a { background-color: rgb(235,124,248); }

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

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

 span { border-color: rgb(235,124,248); }

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