Html Css Color HEX #E996DC Plum

📋 copy color: '#E996DC'

red 233 ◦ green 150 ◦ blue 220

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

Shades of Plum #E996DC

Tints of Plum #E996DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.48%

R = 38.64%
G = 24.88%
B = 36.48%

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

#E996DC (or 0xE996DC) is known color: Plum. HEX triplet: E9, 96 and DC. RGB value is (233,150,220). Sum of RGB (Red+Green+Blue) = 233+150+220=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E996DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996DC is #166923. Grayscale: #B6B6B6. Windows color (decimal): -1468708 or 14456553. OLE color: 14456553.

HSL color Cylindrical-coordinate representation of color #E996DC: hue angle of 309.4º 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 #E996DC is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 150 220 -
CMYK 0 0.36 0.06 0.09
HSL 309.4º 0.65% 0.75% -
HSV(B) 309.4º 0.36% 0.91% -
XYZ 57.43 44.3 73.23 -
YUV 182.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 233 150 220 0 0.36 0.06 0.09 309.4 0.65 0.75
Hex E9 96 DC 0 24 6 9 135 41 4B
Octal 351 226 334 0 44 6 11 465 101 113
Binary 11101001 10010110 11011100 0 100100 110 1001 100110101 1000001 1001011

Color Harmonies of #E996DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996DC

Black with #E996DC

Text Example


Text Example

White with #E996DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E996DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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