Html Css Color HEX #E996DB Plum

📋 copy color: '#E996DB'

red 233 ◦ green 150 ◦ blue 219

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

Shades of Plum #E996DB

Tints of Plum #E996DB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.92%

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

R = 38.7%
G = 24.92%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E996DB (or 0xE996DB) is known color: Plum. HEX triplet: E9, 96 and DB. RGB value is (233,150,219). Sum of RGB (Red+Green+Blue) = 233+150+219=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E996DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996DB is #166924. Grayscale: #B6B6B6. Windows color (decimal): -1468709 or 14391017. OLE color: 14391017.

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

Color convert

RGB 233 150 219 -
CMYK 0 0.36 0.06 0.09
HSL 310.12º 0.65% 0.75% -
HSV(B) 310.12º 0.36% 0.91% -
XYZ 57.3 44.25 72.54 -
YUV 182.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 233 150 219 0 0.36 0.06 0.09 310.12 0.65 0.75
Hex E9 96 DB 0 24 6 9 136 41 4B
Octal 351 226 333 0 44 6 11 466 101 113
Binary 11101001 10010110 11011011 0 100100 110 1001 100110110 1000001 1001011

Color Harmonies of #E996DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996DB

Black with #E996DB

Text Example


Text Example

White with #E996DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E996DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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