Html Css Color HEX #EE80FD Violet

📋 copy color: '#EE80FD'

red 238 ◦ green 128 ◦ blue 253

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

Shades of Violet #EE80FD

Tints of Violet #EE80FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.87%

R = 38.45%
G = 20.68%
B = 40.87%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE80FD (or 0xEE80FD) is known color: Violet. HEX triplet: EE, 80 and FD. RGB value is (238,128,253). Sum of RGB (Red+Green+Blue) = 238+128+253=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 128 (50.39% from 255 or 20.68% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE80FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE80FD is #117F02. Grayscale: #AEAEAE. Windows color (decimal): -1146627 or 16613614. OLE color: 16613614.

HSL color Cylindrical-coordinate representation of color #EE80FD: hue angle of 292.8º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE80FD is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 128 253 -
CMYK 0.06 0.49 0 0.01
HSL 292.8º 0.97% 0.75% -
HSV(B) 292.8º 0.49% 0.99% -
XYZ 60.71 40.71 97.59 -
YUV 175.14 171.94 172.84 -
System Red Green Blue C M Y K H S L
Decimal 238 128 253 0.06 0.49 0 0.01 292.8 0.97 0.75
Hex EE 80 FD 6 31 0 1 125 61 4B
Octal 356 200 375 6 61 0 1 445 141 113
Binary 11101110 10000000 11111101 110 110001 0 1 100100101 1100001 1001011

Color Harmonies of #EE80FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE80FD

Black with #EE80FD

Text Example


Text Example

White with #EE80FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE80FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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