Html Css Color HEX #EE81FC Violet

📋 copy color: '#EE81FC'

red 238 ◦ green 129 ◦ blue 252

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

Shades of Violet #EE81FC

Tints of Violet #EE81FC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 20.84%

 BLUE value IS 252 (98.83% from 255) = 40.71%

R = 38.45%
G = 20.84%
B = 40.71%

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

#EE81FC (or 0xEE81FC) is known color: Violet. HEX triplet: EE, 81 and FC. RGB value is (238,129,252). Sum of RGB (Red+Green+Blue) = 238+129+252=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 129 (50.78% from 255 or 20.84% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE81FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE81FC is #117E03. Grayscale: #AFAFAF. Windows color (decimal): -1146372 or 16548334. OLE color: 16548334.

HSL color Cylindrical-coordinate representation of color #EE81FC: hue angle of 293.17º degrees, saturation: 0.95, 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 #EE81FC is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 129 252 -
CMYK 0.06 0.49 0 0.01
HSL 293.17º 0.95% 0.75% -
HSV(B) 293.17º 0.49% 0.99% -
XYZ 60.68 40.91 96.79 -
YUV 175.61 171.11 172.5 -
System Red Green Blue C M Y K H S L
Decimal 238 129 252 0.06 0.49 0 0.01 293.17 0.95 0.75
Hex EE 81 FC 6 31 0 1 125 5F 4B
Octal 356 201 374 6 61 0 1 445 137 113
Binary 11101110 10000001 11111100 110 110001 0 1 100100101 1011111 1001011

Color Harmonies of #EE81FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE81FC

Black with #EE81FC

Text Example


Text Example

White with #EE81FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE81FC; }

 p { color: rgb(238,129,252); }

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

background-color css

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

 a { background-color: rgb(238,129,252); }

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

border-color css

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

 span { border-color: rgb(238,129,252); }

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