Html Css Color HEX #EE81FF Violet

📋 copy color: '#EE81FF'

red 238 ◦ green 129 ◦ blue 255

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

Shades of Violet #EE81FF

Tints of Violet #EE81FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41%

R = 38.26%
G = 20.74%
B = 41%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE81FF (or 0xEE81FF) is known color: Violet. HEX triplet: EE, 81 and FF. RGB value is (238,129,255). Sum of RGB (Red+Green+Blue) = 238+129+255=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 129 (50.78% from 255 or 20.74% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE81FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE81FF is #117E00. Grayscale: #AFAFAF. Windows color (decimal): -1146369 or 16744942. OLE color: 16744942.

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

Color convert

RGB 238 129 255 -
CMYK 0.07 0.49 0 0
HSL 291.9º 1% 0.75% -
HSV(B) 291.9º 0.49% 1% -
XYZ 61.16 41.1 99.32 -
YUV 175.96 172.61 172.25 -
System Red Green Blue C M Y K H S L
Decimal 238 129 255 0.07 0.49 0 0 291.9 1 0.75
Hex EE 81 FF 7 31 0 0 124 64 4B
Octal 356 201 377 7 61 0 0 444 144 113
Binary 11101110 10000001 11111111 111 110001 0 0 100100100 1100100 1001011

Color Harmonies of #EE81FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE81FF

Black with #EE81FF

Text Example


Text Example

White with #EE81FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE81FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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