#EB77ED

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

Shades of Violet #EB77ED

Tints of Violet #EB77ED

Color information

#EB77ED (or 0xEB77ED) is unknown color: approx Violet. HEX triplet: EB, 77 and ED. RGB value is (235,119,237). Sum of RGB (Red+Green+Blue) = 235+119+237=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 119 (46.88% from 255 or 20.14% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB77ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB77ED is #148812. Grayscale: #A6A6A6. Windows color (decimal): -1345555 or 15562731. OLE color: 15562731.

HSL color Cylindrical-coordinate representation of color #EB77ED: hue angle of 298.98º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB77ED is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235119237-
CMYK0.010.5000.07
HSL298.98º76.62%69.8%-
HSV(B)298.98º49.79%92.94%-
XYZ56.1436.9784.3-
YUV167.14167.43176.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 119 (46.88% from 255) = 20.14%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=39.76%
G=20.14%
B=40.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351192370.010.5000.07298.9876.6269.8
HexEB77ED1320712b4d46
Octal35316735516207453115106
Binary111010111110111111011011110010011110010101110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB77ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB77ED; }

 p { color: rgb(235,119,237); }

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

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

 a { background-color: rgb(235,119,237); }

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

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

 span { border-color: rgb(235,119,237); }

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