Html Css Color HEX #EE9BFB Violet

📋 copy color: '#EE9BFB'

red 238 ◦ green 155 ◦ blue 251

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

Shades of Violet #EE9BFB

Tints of Violet #EE9BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.98%

R = 36.96%
G = 24.07%
B = 38.98%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE9BFB (or 0xEE9BFB) is known color: Violet. HEX triplet: EE, 9B and FB. RGB value is (238,155,251). Sum of RGB (Red+Green+Blue) = 238+155+251=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 155 (60.94% from 255 or 24.07% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE9BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9BFB is #116404. Grayscale: #BEBEBE. Windows color (decimal): -1139717 or 16489454. OLE color: 16489454.

HSL color Cylindrical-coordinate representation of color #EE9BFB: hue angle of 291.88º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE9BFB is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 155 251 -
CMYK 0.05 0.38 0 0.02
HSL 291.88º 0.92% 0.8% -
HSV(B) 291.88º 0.38% 0.98% -
XYZ 64.39 48.58 97.25 -
YUV 190.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 238 155 251 0.05 0.38 0 0.02 291.88 0.92 0.8
Hex EE 9B FB 5 26 0 2 124 5C 50
Octal 356 233 373 5 46 0 2 444 134 120
Binary 11101110 10011011 11111011 101 100110 0 10 100100100 1011100 1010000

Color Harmonies of #EE9BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9BFB

Black with #EE9BFB

Text Example


Text Example

White with #EE9BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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