Html Css Color HEX #EE9BFC Violet

📋 copy color: '#EE9BFC'

red 238 ◦ green 155 ◦ blue 252

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

Shades of Violet #EE9BFC

Tints of Violet #EE9BFC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.03%

 BLUE value IS 252 (98.83% from 255) = 39.07%

R = 36.9%
G = 24.03%
B = 39.07%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE9BFC (or 0xEE9BFC) is known color: Violet. HEX triplet: EE, 9B and FC. RGB value is (238,155,252). Sum of RGB (Red+Green+Blue) = 238+155+252=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 155 (60.94% from 255 or 24.03% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE9BFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9BFC is #116403. Grayscale: #BEBEBE. Windows color (decimal): -1139716 or 16554990. OLE color: 16554990.

HSL color Cylindrical-coordinate representation of color #EE9BFC: hue angle of 291.34º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE9BFC is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 155 252 -
CMYK 0.06 0.38 0 0.01
HSL 291.34º 0.94% 0.8% -
HSV(B) 291.34º 0.38% 0.99% -
XYZ 64.55 48.65 98.08 -
YUV 190.88 162.5 161.61 -
System Red Green Blue C M Y K H S L
Decimal 238 155 252 0.06 0.38 0 0.01 291.34 0.94 0.8
Hex EE 9B FC 6 26 0 1 123 5E 50
Octal 356 233 374 6 46 0 1 443 136 120
Binary 11101110 10011011 11111100 110 100110 0 1 100100011 1011110 1010000

Color Harmonies of #EE9BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9BFC

Black with #EE9BFC

Text Example


Text Example

White with #EE9BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9BFC; }

 p { color: rgb(238,155,252); }

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

background-color css

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

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

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

border-color css

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

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

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