Html Css Color HEX #EE80FA Violet

📋 copy color: '#EE80FA'

red 238 ◦ green 128 ◦ blue 250

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

Shades of Violet #EE80FA

Tints of Violet #EE80FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.58%

R = 38.64%
G = 20.78%
B = 40.58%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE80FA (or 0xEE80FA) is known color: Violet. HEX triplet: EE, 80 and FA. RGB value is (238,128,250). Sum of RGB (Red+Green+Blue) = 238+128+250=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 128 (50.39% from 255 or 20.78% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE80FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE80FA is #117F05. Grayscale: #AEAEAE. Windows color (decimal): -1146630 or 16417006. OLE color: 16417006.

HSL color Cylindrical-coordinate representation of color #EE80FA: hue angle of 294.1º degrees, saturation: 0.92, 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 #EE80FA is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 128 250 -
CMYK 0.05 0.49 0 0.02
HSL 294.1º 0.92% 0.74% -
HSV(B) 294.1º 0.49% 0.98% -
XYZ 60.23 40.52 95.09 -
YUV 174.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 238 128 250 0.05 0.49 0 0.02 294.1 0.92 0.74
Hex EE 80 FA 5 31 0 2 126 5C 4A
Octal 356 200 372 5 61 0 2 446 134 112
Binary 11101110 10000000 11111010 101 110001 0 10 100100110 1011100 1001010

Color Harmonies of #EE80FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE80FA

Black with #EE80FA

Text Example


Text Example

White with #EE80FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE80FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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