Html Css Color HEX #E996DE Plum

📋 copy color: '#E996DE'

red 233 ◦ green 150 ◦ blue 222

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

Shades of Plum #E996DE

Tints of Plum #E996DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.69%

R = 38.51%
G = 24.79%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E996DE (or 0xE996DE) is known color: Plum. HEX triplet: E9, 96 and DE. RGB value is (233,150,222). Sum of RGB (Red+Green+Blue) = 233+150+222=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 233 - color contains mainly: red. Hex color #E996DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996DE is #166921. Grayscale: #B6B6B6. Windows color (decimal): -1468706 or 14587625. OLE color: 14587625.

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

Color convert

RGB 233 150 222 -
CMYK 0 0.36 0.05 0.09
HSL 307.95º 0.65% 0.75% -
HSV(B) 307.95º 0.36% 0.91% -
XYZ 57.7 44.41 74.64 -
YUV 183.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 233 150 222 0 0.36 0.05 0.09 307.95 0.65 0.75
Hex E9 96 DE 0 24 5 9 134 41 4B
Octal 351 226 336 0 44 5 11 464 101 113
Binary 11101001 10010110 11011110 0 100100 101 1001 100110100 1000001 1001011

Color Harmonies of #E996DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996DE

Black with #E996DE

Text Example


Text Example

White with #E996DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E996DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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