Html Css Color HEX #EE9AFE Violet

📋 copy color: '#EE9AFE'

red 238 ◦ green 154 ◦ blue 254

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

Shades of Violet #EE9AFE

Tints of Violet #EE9AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 23.84%

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

R = 36.84%
G = 23.84%
B = 39.32%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE9AFE (or 0xEE9AFE) is known color: Violet. HEX triplet: EE, 9A and FE. RGB value is (238,154,254). Sum of RGB (Red+Green+Blue) = 238+154+254=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 154 (60.55% from 255 or 23.84% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE9AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9AFE is #116501. Grayscale: #BEBEBE. Windows color (decimal): -1139970 or 16685806. OLE color: 16685806.

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

Color convert

RGB 238 154 254 -
CMYK 0.06 0.39 0 0.00
HSL 290.4º 0.98% 0.8% -
HSV(B) 290.4º 0.39% 1% -
XYZ 64.7 48.44 99.71 -
YUV 190.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 238 154 254 0.06 0.39 0 0.00 290.4 0.98 0.8
Hex EE 9A FE 6 27 0 0 122 62 50
Octal 356 232 376 6 47 0 0 442 142 120
Binary 11101110 10011010 11111110 110 100111 0 0 100100010 1100010 1010000

Color Harmonies of #EE9AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9AFE

Black with #EE9AFE

Text Example


Text Example

White with #EE9AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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