#EB7FF5

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

Shades of Violet #EB7FF5

Tints of Violet #EB7FF5

Color information

#EB7FF5 (or 0xEB7FF5) is unknown color: approx Violet. HEX triplet: EB, 7F and F5. RGB value is (235,127,245). Sum of RGB (Red+Green+Blue) = 235+127+245=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 127 (50% from 255 or 20.92% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #EB7FF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB7FF5 is #14800A. Grayscale: #ACACAC. Windows color (decimal): -1343499 or 16089067. OLE color: 16089067.

HSL color Cylindrical-coordinate representation of color #EB7FF5: hue angle of 294.92º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB7FF5 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235127245-
CMYK0.040.4800.04
HSL294.92º85.51%72.94%-
HSV(B)294.92º48.16%96.08%-
XYZ58.3339.4390.92-
YUV172.74168.78172.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 127 (50% from 255) = 20.92%
BLUE value IS 245 (96.09% from 255) = 40.36%
R=38.71%
G=20.92%
B=40.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351272450.040.4800.04294.9285.5172.94
HexEB7FF5430041275649
Octal35317736546004447126111
Binary11101011111111111110101100110000010010010011110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7FF5; }

 p { color: rgb(235,127,245); }

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

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

 a { background-color: rgb(235,127,245); }

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

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

 span { border-color: rgb(235,127,245); }

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