Html Css Color HEX #EB80EC Violet

📋 copy color: '#EB80EC'

red 235 ◦ green 128 ◦ blue 236

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

Shades of Violet #EB80EC

Tints of Violet #EB80EC

RGB

 RED value IS 235 (92.19% from 255) = 39.23%

 GREEN value IS 128 (50.39% from 255) = 21.37%

 BLUE value IS 236 (92.58% from 255) = 39.4%

R = 39.23%
G = 21.37%
B = 39.4%

CMYK

 C value IS 0.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB80EC (or 0xEB80EC) is known color: Violet. HEX triplet: EB, 80 and EC. RGB value is (235,128,236). Sum of RGB (Red+Green+Blue) = 235+128+236=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 128 (50.39% from 255 or 21.37% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB80EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB80EC is #147F13. Grayscale: #ABABAB. Windows color (decimal): -1343252 or 15499499. OLE color: 15499499.

HSL color Cylindrical-coordinate representation of color #EB80EC: hue angle of 299.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB80EC is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 128 236 -
CMYK 0.00 0.46 0 0.07
HSL 299.44º 0.74% 0.71% -
HSV(B) 299.44º 0.46% 0.93% -
XYZ 57.12 39.16 83.9 -
YUV 172.31 163.95 172.72 -
System Red Green Blue C M Y K H S L
Decimal 235 128 236 0.00 0.46 0 0.07 299.44 0.74 0.71
Hex EB 80 EC 0 2E 0 7 12B 4A 47
Octal 353 200 354 0 56 0 7 453 112 107
Binary 11101011 10000000 11101100 0 101110 0 111 100101011 1001010 1000111

Color Harmonies of #EB80EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB80EC

Black with #EB80EC

Text Example


Text Example

White with #EB80EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB80EC; }

 p { color: rgb(235,128,236); }

 H1.HeaderClassName
 {
   color: #EB80EC;
 }
 .AnyTagClassName
 {
   color: #EB80EC;
 }
</style>

background-color css

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

 a { background-color: rgb(235,128,236); }

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

border-color css

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

 span { border-color: rgb(235,128,236); }

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