Html Css Color HEX #E99ADB Plum

📋 copy color: '#E99ADB'

red 233 ◦ green 154 ◦ blue 219

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

Shades of Plum #E99ADB

Tints of Plum #E99ADB

RGB

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

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

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

R = 38.45%
G = 25.41%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E99ADB (or 0xE99ADB) is known color: Plum. HEX triplet: E9, 9A and DB. RGB value is (233,154,219). Sum of RGB (Red+Green+Blue) = 233+154+219=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E99ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99ADB is #166524. Grayscale: #B8B8B8. Windows color (decimal): -1467685 or 14392041. OLE color: 14392041.

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

Color convert

RGB 233 154 219 -
CMYK 0 0.34 0.06 0.09
HSL 310.63º 0.64% 0.76% -
HSV(B) 310.63º 0.34% 0.91% -
XYZ 57.95 45.55 72.76 -
YUV 185.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 233 154 219 0 0.34 0.06 0.09 310.63 0.64 0.76
Hex E9 9A DB 0 22 6 9 137 40 4C
Octal 351 232 333 0 42 6 11 467 100 114
Binary 11101001 10011010 11011011 0 100010 110 1001 100110111 1000000 1001100

Color Harmonies of #E99ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99ADB

Black with #E99ADB

Text Example


Text Example

White with #E99ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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