Html Css Color HEX #EE86FA Violet

📋 copy color: '#EE86FA'

red 238 ◦ green 134 ◦ blue 250

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

Shades of Violet #EE86FA

Tints of Violet #EE86FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.19%

R = 38.26%
G = 21.54%
B = 40.19%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE86FA (or 0xEE86FA) is known color: Violet. HEX triplet: EE, 86 and FA. RGB value is (238,134,250). Sum of RGB (Red+Green+Blue) = 238+134+250=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 134 (52.73% from 255 or 21.54% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE86FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE86FA is #117905. Grayscale: #B1B1B1. Windows color (decimal): -1145094 or 16418542. OLE color: 16418542.

HSL color Cylindrical-coordinate representation of color #EE86FA: hue angle of 293.79º degrees, saturation: 0.92, 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 #EE86FA is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 134 250 -
CMYK 0.05 0.46 0 0.02
HSL 293.79º 0.92% 0.75% -
HSV(B) 293.79º 0.46% 0.98% -
XYZ 61.04 42.13 95.36 -
YUV 178.32 168.46 170.57 -
System Red Green Blue C M Y K H S L
Decimal 238 134 250 0.05 0.46 0 0.02 293.79 0.92 0.75
Hex EE 86 FA 5 2E 0 2 126 5C 4B
Octal 356 206 372 5 56 0 2 446 134 113
Binary 11101110 10000110 11111010 101 101110 0 10 100100110 1011100 1001011

Color Harmonies of #EE86FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE86FA

Black with #EE86FA

Text Example


Text Example

White with #EE86FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE86FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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