Html Css Color HEX #E99BDB Plum

📋 copy color: '#E99BDB'

red 233 ◦ green 155 ◦ blue 219

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

Shades of Plum #E99BDB

Tints of Plum #E99BDB

RGB

 RED value IS 233 (91.41% from 255) = 38.39%

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

 BLUE value IS 219 (85.94% from 255) = 36.08%

R = 38.39%
G = 25.54%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E99BDB (or 0xE99BDB) is known color: Plum. HEX triplet: E9, 9B and DB. RGB value is (233,155,219). Sum of RGB (Red+Green+Blue) = 233+155+219=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E99BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99BDB is #166424. Grayscale: #B9B9B9. Windows color (decimal): -1467429 or 14392297. OLE color: 14392297.

HSL color Cylindrical-coordinate representation of color #E99BDB: hue angle of 310.77º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E99BDB is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 155 219 -
CMYK 0 0.33 0.06 0.09
HSL 310.77º 0.64% 0.76% -
HSV(B) 310.77º 0.33% 0.91% -
XYZ 58.11 45.88 72.81 -
YUV 185.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 233 155 219 0 0.33 0.06 0.09 310.77 0.64 0.76
Hex E9 9B DB 0 21 6 9 137 40 4C
Octal 351 233 333 0 41 6 11 467 100 114
Binary 11101001 10011011 11011011 0 100001 110 1001 100110111 1000000 1001100

Color Harmonies of #E99BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99BDB

Black with #E99BDB

Text Example


Text Example

White with #E99BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99BDB; }

 p { color: rgb(233,155,219); }

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

background-color css

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

 a { background-color: rgb(233,155,219); }

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

border-color css

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

 span { border-color: rgb(233,155,219); }

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