Html Css Color HEX #EE8CFE Violet

📋 copy color: '#EE8CFE'

red 238 ◦ green 140 ◦ blue 254

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

Shades of Violet #EE8CFE

Tints of Violet #EE8CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.15%

 BLUE value IS 254 (99.61% from 255) = 40.19%

R = 37.66%
G = 22.15%
B = 40.19%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE8CFE (or 0xEE8CFE) is known color: Violet. HEX triplet: EE, 8C and FE. RGB value is (238,140,254). Sum of RGB (Red+Green+Blue) = 238+140+254=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 140 (55.08% from 255 or 22.15% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE8CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8CFE is #117301. Grayscale: #B5B5B5. Windows color (decimal): -1143554 or 16682222. OLE color: 16682222.

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

Color convert

RGB 238 140 254 -
CMYK 0.06 0.45 0 0.00
HSL 291.58º 0.98% 0.77% -
HSV(B) 291.58º 0.45% 1% -
XYZ 62.53 44.09 98.98 -
YUV 182.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 238 140 254 0.06 0.45 0 0.00 291.58 0.98 0.77
Hex EE 8C FE 6 2D 0 0 124 62 4D
Octal 356 214 376 6 55 0 0 444 142 115
Binary 11101110 10001100 11111110 110 101101 0 0 100100100 1100010 1001101

Color Harmonies of #EE8CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8CFE

Black with #EE8CFE

Text Example


Text Example

White with #EE8CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8CFE; }

 p { color: rgb(238,140,254); }

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

background-color css

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

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

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

border-color css

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

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

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