Html Css Color HEX #EE80FB Violet

📋 copy color: '#EE80FB'

red 238 ◦ green 128 ◦ blue 251

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

Shades of Violet #EE80FB

Tints of Violet #EE80FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.68%

R = 38.57%
G = 20.75%
B = 40.68%

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

#EE80FB (or 0xEE80FB) is known color: Violet. HEX triplet: EE, 80 and FB. RGB value is (238,128,251). Sum of RGB (Red+Green+Blue) = 238+128+251=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 128 (50.39% from 255 or 20.75% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE80FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE80FB is #117F04. Grayscale: #AEAEAE. Windows color (decimal): -1146629 or 16482542. OLE color: 16482542.

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

Color convert

RGB 238 128 251 -
CMYK 0.05 0.49 0 0.02
HSL 293.66º 0.94% 0.74% -
HSV(B) 293.66º 0.49% 0.98% -
XYZ 60.39 40.58 95.92 -
YUV 174.91 170.94 173 -
System Red Green Blue C M Y K H S L
Decimal 238 128 251 0.05 0.49 0 0.02 293.66 0.94 0.74
Hex EE 80 FB 5 31 0 2 126 5E 4A
Octal 356 200 373 5 61 0 2 446 136 112
Binary 11101110 10000000 11111011 101 110001 0 10 100100110 1011110 1001010

Color Harmonies of #EE80FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE80FB

Black with #EE80FB

Text Example


Text Example

White with #EE80FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE80FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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