#EB76E2

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

Shades of Violet #EB76E2

Tints of Violet #EB76E2

Color information

#EB76E2 (or 0xEB76E2) is unknown color: approx Violet. HEX triplet: EB, 76 and E2. RGB value is (235,118,226). Sum of RGB (Red+Green+Blue) = 235+118+226=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 118 (46.48% from 255 or 20.38% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76E2 is #14891D. Grayscale: #A4A4A4. Windows color (decimal): -1345822 or 14841579. OLE color: 14841579.

HSL color Cylindrical-coordinate representation of color #EB76E2: hue angle of 304.62º 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 #EB76E2 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235118226-
CMYK00.500.040.08
HSL304.62º74.52%69.22%-
HSV(B)304.62º49.79%92.16%-
XYZ54.4736.1176.05-
YUV165.3162.26177.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 118 (46.48% from 255) = 20.38%
BLUE value IS 226 (88.67% from 255) = 39.03%
R=40.59%
G=20.38%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511822600.500.040.08304.6274.5269.22
HexEB76E2032481314b45
Octal353166342062410461113105
Binary111010111110110111000100110010100100010011000110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB76E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB76E2; }

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

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

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

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

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

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

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

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