Html Css Color HEX #EE80F9 Violet

📋 copy color: '#EE80F9'

red 238 ◦ green 128 ◦ blue 249

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

Shades of Violet #EE80F9

Tints of Violet #EE80F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.49%

R = 38.7%
G = 20.81%
B = 40.49%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE80F9 (or 0xEE80F9) is known color: Violet. HEX triplet: EE, 80 and F9. RGB value is (238,128,249). Sum of RGB (Red+Green+Blue) = 238+128+249=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 128 (50.39% from 255 or 20.81% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE80F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE80F9 is #117F06. Grayscale: #AEAEAE. Windows color (decimal): -1146631 or 16351470. OLE color: 16351470.

HSL color Cylindrical-coordinate representation of color #EE80F9: hue angle of 294.55º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE80F9 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 128 249 -
CMYK 0.04 0.49 0 0.02
HSL 294.55º 0.91% 0.74% -
HSV(B) 294.55º 0.49% 0.98% -
XYZ 60.08 40.46 94.26 -
YUV 174.68 169.94 173.16 -
System Red Green Blue C M Y K H S L
Decimal 238 128 249 0.04 0.49 0 0.02 294.55 0.91 0.74
Hex EE 80 F9 4 31 0 2 127 5B 4A
Octal 356 200 371 4 61 0 2 447 133 112
Binary 11101110 10000000 11111001 100 110001 0 10 100100111 1011011 1001010

Color Harmonies of #EE80F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE80F9

Black with #EE80F9

Text Example


Text Example

White with #EE80F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE80F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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