Html Css Color HEX #EE86F9 Violet

📋 copy color: '#EE86F9'

red 238 ◦ green 134 ◦ blue 249

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

Shades of Violet #EE86F9

Tints of Violet #EE86F9

RGB

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

 GREEN value IS 134 (52.73% from 255) = 21.58%

 BLUE value IS 249 (97.66% from 255) = 40.1%

R = 38.33%
G = 21.58%
B = 40.1%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE86F9 (or 0xEE86F9) is known color: Violet. HEX triplet: EE, 86 and F9. RGB value is (238,134,249). Sum of RGB (Red+Green+Blue) = 238+134+249=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 134 (52.73% from 255 or 21.58% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE86F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE86F9 is #117906. Grayscale: #B1B1B1. Windows color (decimal): -1145095 or 16353006. OLE color: 16353006.

HSL color Cylindrical-coordinate representation of color #EE86F9: hue angle of 294.26º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE86F9 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 134 249 -
CMYK 0.04 0.46 0 0.02
HSL 294.26º 0.91% 0.75% -
HSV(B) 294.26º 0.46% 0.98% -
XYZ 60.88 42.07 94.53 -
YUV 178.21 167.96 170.65 -
System Red Green Blue C M Y K H S L
Decimal 238 134 249 0.04 0.46 0 0.02 294.26 0.91 0.75
Hex EE 86 F9 4 2E 0 2 126 5B 4B
Octal 356 206 371 4 56 0 2 446 133 113
Binary 11101110 10000110 11111001 100 101110 0 10 100100110 1011011 1001011

Color Harmonies of #EE86F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE86F9

Black with #EE86F9

Text Example


Text Example

White with #EE86F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE86F9; }

 p { color: rgb(238,134,249); }

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

background-color css

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

 a { background-color: rgb(238,134,249); }

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

border-color css

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

 span { border-color: rgb(238,134,249); }

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