Html Css Color HEX #E996DD Plum

📋 copy color: '#E996DD'

red 233 ◦ green 150 ◦ blue 221

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

Shades of Plum #E996DD

Tints of Plum #E996DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.59%

R = 38.58%
G = 24.83%
B = 36.59%

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

#E996DD (or 0xE996DD) is known color: Plum. HEX triplet: E9, 96 and DD. RGB value is (233,150,221). Sum of RGB (Red+Green+Blue) = 233+150+221=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E996DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996DD is #166922. Grayscale: #B6B6B6. Windows color (decimal): -1468707 or 14522089. OLE color: 14522089.

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

Color convert

RGB 233 150 221 -
CMYK 0 0.36 0.05 0.09
HSL 308.67º 0.65% 0.75% -
HSV(B) 308.67º 0.36% 0.91% -
XYZ 57.56 44.36 73.93 -
YUV 182.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 233 150 221 0 0.36 0.05 0.09 308.67 0.65 0.75
Hex E9 96 DD 0 24 5 9 135 41 4B
Octal 351 226 335 0 44 5 11 465 101 113
Binary 11101001 10010110 11011101 0 100100 101 1001 100110101 1000001 1001011

Color Harmonies of #E996DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996DD

Black with #E996DD

Text Example


Text Example

White with #E996DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E996DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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