#EB76E0

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

Shades of Violet #EB76E0

Tints of Violet #EB76E0

Color information

#EB76E0 (or 0xEB76E0) is unknown color: approx Violet. HEX triplet: EB, 76 and E0. RGB value is (235,118,224). Sum of RGB (Red+Green+Blue) = 235+118+224=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 118 (46.48% from 255 or 20.45% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76E0 is #14891F. Grayscale: #A4A4A4. Windows color (decimal): -1345824 or 14710507. OLE color: 14710507.

HSL color Cylindrical-coordinate representation of color #EB76E0: hue angle of 305.64º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB76E0 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB235118224-
CMYK00.500.050.08
HSL305.64º74.52%69.22%-
HSV(B)305.64º49.79%92.16%-
XYZ54.193674.61-
YUV165.07161.26177.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.73%
GREEN value IS 118 (46.48% from 255) = 20.45%
BLUE value IS 224 (87.89% from 255) = 38.82%
R=40.73%
G=20.45%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511822400.500.050.08305.6474.5269.22
HexEB76E0032581324b45
Octal353166340062510462113105
Binary111010111110110111000000110010101100010011001010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB76E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB76E0; }

 p { color: rgb(235,118,224); }

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

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

 a { background-color: rgb(235,118,224); }

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

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

 span { border-color: rgb(235,118,224); }

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