Html Css Color HEX #E980EE Violet

📋 copy color: '#E980EE'

red 233 ◦ green 128 ◦ blue 238

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

Shades of Violet #E980EE

Tints of Violet #E980EE

RGB

 RED value IS 233 (91.41% from 255) = 38.9%

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

 BLUE value IS 238 (93.36% from 255) = 39.73%

R = 38.9%
G = 21.37%
B = 39.73%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E980EE (or 0xE980EE) is known color: Violet. HEX triplet: E9, 80 and EE. RGB value is (233,128,238). Sum of RGB (Red+Green+Blue) = 233+128+238=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 128 (50.39% from 255 or 21.37% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #E980EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E980EE is #167F11. Grayscale: #ABABAB. Windows color (decimal): -1474322 or 15630569. OLE color: 15630569.

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

Color convert

RGB 233 128 238 -
CMYK 0.02 0.46 0 0.07
HSL 297.27º 0.76% 0.72% -
HSV(B) 297.27º 0.46% 0.93% -
XYZ 56.76 38.94 85.41 -
YUV 171.94 165.29 171.56 -
System Red Green Blue C M Y K H S L
Decimal 233 128 238 0.02 0.46 0 0.07 297.27 0.76 0.72
Hex E9 80 EE 2 2E 0 7 129 4C 48
Octal 351 200 356 2 56 0 7 451 114 110
Binary 11101001 10000000 11101110 10 101110 0 111 100101001 1001100 1001000

Color Harmonies of #E980EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E980EE

Black with #E980EE

Text Example


Text Example

White with #E980EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E980EE; }

 p { color: rgb(233,128,238); }

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

background-color css

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

 a { background-color: rgb(233,128,238); }

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

border-color css

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

 span { border-color: rgb(233,128,238); }

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