Html Css Color HEX #EE80F7 Violet

📋 copy color: '#EE80F7'

red 238 ◦ green 128 ◦ blue 247

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

Shades of Violet #EE80F7

Tints of Violet #EE80F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.29%

R = 38.83%
G = 20.88%
B = 40.29%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EE80F7 (or 0xEE80F7) is known color: Violet. HEX triplet: EE, 80 and F7. RGB value is (238,128,247). Sum of RGB (Red+Green+Blue) = 238+128+247=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 128 (50.39% from 255 or 20.88% from 613); Blue value is 247 (96.88% from 255 or 40.29% from 613); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE80F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE80F7 is #117F08. Grayscale: #AEAEAE. Windows color (decimal): -1146633 or 16220398. OLE color: 16220398.

HSL color Cylindrical-coordinate representation of color #EE80F7: hue angle of 295.46º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE80F7 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 238 128 247 -
CMYK 0.04 0.48 0 0.03
HSL 295.46º 0.88% 0.74% -
HSV(B) 295.46º 0.48% 0.97% -
XYZ 59.77 40.33 92.63 -
YUV 174.46 168.94 173.32 -
System Red Green Blue C M Y K H S L
Decimal 238 128 247 0.04 0.48 0 0.03 295.46 0.88 0.74
Hex EE 80 F7 4 30 0 3 127 58 4A
Octal 356 200 367 4 60 0 3 447 130 112
Binary 11101110 10000000 11110111 100 110000 0 11 100100111 1011000 1001010

Color Harmonies of #EE80F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE80F7

Black with #EE80F7

Text Example


Text Example

White with #EE80F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE80F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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