Html Css Color HEX #EE80EF Violet

📋 copy color: '#EE80EF'

red 238 ◦ green 128 ◦ blue 239

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

Shades of Violet #EE80EF

Tints of Violet #EE80EF

RGB

 RED value IS 238 (93.36% from 255) = 39.34%

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

 BLUE value IS 239 (93.75% from 255) = 39.5%

R = 39.34%
G = 21.16%
B = 39.5%

CMYK

 C value IS 0.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE80EF (or 0xEE80EF) is known color: Violet. HEX triplet: EE, 80 and EF. RGB value is (238,128,239). Sum of RGB (Red+Green+Blue) = 238+128+239=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 128 (50.39% from 255 or 21.16% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE80EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE80EF is #117F10. Grayscale: #ADADAD. Windows color (decimal): -1146641 or 15696110. OLE color: 15696110.

HSL color Cylindrical-coordinate representation of color #EE80EF: hue angle of 299.46º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE80EF is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 128 239 -
CMYK 0.00 0.46 0 0.06
HSL 299.46º 0.78% 0.72% -
HSV(B) 299.46º 0.46% 0.94% -
XYZ 58.56 39.85 86.27 -
YUV 173.54 164.94 173.97 -
System Red Green Blue C M Y K H S L
Decimal 238 128 239 0.00 0.46 0 0.06 299.46 0.78 0.72
Hex EE 80 EF 0 2E 0 6 12B 4E 48
Octal 356 200 357 0 56 0 6 453 116 110
Binary 11101110 10000000 11101111 0 101110 0 110 100101011 1001110 1001000

Color Harmonies of #EE80EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE80EF

Black with #EE80EF

Text Example


Text Example

White with #EE80EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE80EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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