Html Css Color HEX #EE86EF Violet

📋 copy color: '#EE86EF'

red 238 ◦ green 134 ◦ blue 239

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

Shades of Violet #EE86EF

Tints of Violet #EE86EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.12%

R = 38.95%
G = 21.93%
B = 39.12%

CMYK

 C value IS 0.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE86EF (or 0xEE86EF) is known color: Violet. HEX triplet: EE, 86 and EF. RGB value is (238,134,239). Sum of RGB (Red+Green+Blue) = 238+134+239=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 134 (52.73% from 255 or 21.93% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE86EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE86EF is #117910. Grayscale: #B0B0B0. Windows color (decimal): -1145105 or 15697646. OLE color: 15697646.

HSL color Cylindrical-coordinate representation of color #EE86EF: hue angle of 299.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE86EF is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 134 239 -
CMYK 0.00 0.44 0 0.06
HSL 299.43º 0.77% 0.73% -
HSV(B) 299.43º 0.44% 0.94% -
XYZ 59.36 41.46 86.53 -
YUV 177.07 162.96 171.46 -
System Red Green Blue C M Y K H S L
Decimal 238 134 239 0.00 0.44 0 0.06 299.43 0.77 0.73
Hex EE 86 EF 0 2C 0 6 12B 4D 49
Octal 356 206 357 0 54 0 6 453 115 111
Binary 11101110 10000110 11101111 0 101100 0 110 100101011 1001101 1001001

Color Harmonies of #EE86EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE86EF

Black with #EE86EF

Text Example


Text Example

White with #EE86EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE86EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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