Html Css Color HEX #EE86EE Violet

📋 copy color: '#EE86EE'

red 238 ◦ green 134 ◦ blue 238

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

Shades of Violet #EE86EE

Tints of Violet #EE86EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.02%

R = 39.02%
G = 21.97%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE86EE (or 0xEE86EE) is known color: Violet. HEX triplet: EE, 86 and EE. RGB value is (238,134,238). Sum of RGB (Red+Green+Blue) = 238+134+238=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 134 (52.73% from 255 or 21.97% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE86EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE86EE is #117911. Grayscale: #B0B0B0. Windows color (decimal): -1145106 or 15632110. OLE color: 15632110.

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

Color convert

RGB 238 134 238 -
CMYK 0 0.44 0 0.07
HSL 300º 0.75% 0.73% -
HSV(B) 300º 0.44% 0.93% -
XYZ 59.22 41.4 85.76 -
YUV 176.95 162.46 171.54 -
System Red Green Blue C M Y K H S L
Decimal 238 134 238 0 0.44 0 0.07 300 0.75 0.73
Hex EE 86 EE 0 2C 0 7 12C 4B 49
Octal 356 206 356 0 54 0 7 454 113 111
Binary 11101110 10000110 11101110 0 101100 0 111 100101100 1001011 1001001

Color Harmonies of #EE86EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE86EE

Black with #EE86EE

Text Example


Text Example

White with #EE86EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE86EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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