Html Css Color HEX #EE81F7 Violet

📋 copy color: '#EE81F7'

red 238 ◦ green 129 ◦ blue 247

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

Shades of Violet #EE81F7

Tints of Violet #EE81F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.23%

R = 38.76%
G = 21.01%
B = 40.23%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EE81F7 (or 0xEE81F7) is known color: Violet. HEX triplet: EE, 81 and F7. RGB value is (238,129,247). Sum of RGB (Red+Green+Blue) = 238+129+247=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 129 (50.78% from 255 or 21.01% from 614); Blue value is 247 (96.88% from 255 or 40.23% from 614); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE81F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE81F7 is #117E08. Grayscale: #AEAEAE. Windows color (decimal): -1146377 or 16220654. OLE color: 16220654.

HSL color Cylindrical-coordinate representation of color #EE81F7: hue angle of 295.42º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE81F7 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 238 129 247 -
CMYK 0.04 0.48 0 0.03
HSL 295.42º 0.88% 0.74% -
HSV(B) 295.42º 0.48% 0.97% -
XYZ 59.9 40.59 92.67 -
YUV 175.04 168.61 172.91 -
System Red Green Blue C M Y K H S L
Decimal 238 129 247 0.04 0.48 0 0.03 295.42 0.88 0.74
Hex EE 81 F7 4 30 0 3 127 58 4A
Octal 356 201 367 4 60 0 3 447 130 112
Binary 11101110 10000001 11110111 100 110000 0 11 100100111 1011000 1001010

Color Harmonies of #EE81F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE81F7

Black with #EE81F7

Text Example


Text Example

White with #EE81F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE81F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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