#EB76E1

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

Shades of Violet #EB76E1

Tints of Violet #EB76E1

Color information

#EB76E1 (or 0xEB76E1) is unknown color: approx Violet. HEX triplet: EB, 76 and E1. RGB value is (235,118,225). Sum of RGB (Red+Green+Blue) = 235+118+225=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 118 (46.48% from 255 or 20.42% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76E1 is #14891E. Grayscale: #A4A4A4. Windows color (decimal): -1345823 or 14776043. OLE color: 14776043.

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

Color convert

RGB235118225-
CMYK00.500.040.08
HSL305.13º74.52%69.22%-
HSV(B)305.13º49.79%92.16%-
XYZ54.3336.0675.33-
YUV165.18161.76177.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 118 (46.48% from 255) = 20.42%
BLUE value IS 225 (88.28% from 255) = 38.93%
R=40.66%
G=20.42%
B=38.93%

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
Decimal23511822500.500.040.08305.1374.5269.22
HexEB76E1032481314b45
Octal353166341062410461113105
Binary111010111110110111000010110010100100010011000110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB76E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB76E1; }

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

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

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

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

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

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

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

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