Html Css Color HEX #EB76E2 Violet

📋 copy color: '#EB76E2'

red 235 ◦ green 118 ◦ blue 226

#EB76E2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #EB76E2

Tints of Violet #EB76E2

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 value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EB76E2 (or 0xEB76E2) is known color: 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

RGB 235 118 226 -
CMYK 0 0.50 0.04 0.08
HSL 304.62º 0.75% 0.69% -
HSV(B) 304.62º 0.5% 0.92% -
XYZ 54.47 36.11 76.05 -
YUV 165.3 162.26 177.72 -
System Red Green Blue C M Y K H S L
Decimal 235 118 226 0 0.50 0.04 0.08 304.62 0.75 0.69
Hex EB 76 E2 0 32 4 8 131 4B 45
Octal 353 166 342 0 62 4 10 461 113 105
Binary 11101011 1110110 11100010 0 110010 100 1000 100110001 1001011 1000101

Color Harmonies of #EB76E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB76E2

Black with #EB76E2

Text Example


Text Example

White with #EB76E2

Text Example


Text Example

HTML Codes & Css Web 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>