Html Css Color HEX #E996DA Plum

📋 copy color: '#E996DA'

red 233 ◦ green 150 ◦ blue 218

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

Shades of Plum #E996DA

Tints of Plum #E996DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.27%

R = 38.77%
G = 24.96%
B = 36.27%

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

#E996DA (or 0xE996DA) is known color: Plum. HEX triplet: E9, 96 and DA. RGB value is (233,150,218). Sum of RGB (Red+Green+Blue) = 233+150+218=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E996DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996DA is #166925. Grayscale: #B6B6B6. Windows color (decimal): -1468710 or 14325481. OLE color: 14325481.

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

Color convert

RGB 233 150 218 -
CMYK 0 0.36 0.06 0.09
HSL 310.84º 0.65% 0.75% -
HSV(B) 310.84º 0.36% 0.91% -
XYZ 57.17 44.2 71.85 -
YUV 182.57 148 163.97 -
System Red Green Blue C M Y K H S L
Decimal 233 150 218 0 0.36 0.06 0.09 310.84 0.65 0.75
Hex E9 96 DA 0 24 6 9 137 41 4B
Octal 351 226 332 0 44 6 11 467 101 113
Binary 11101001 10010110 11011010 0 100100 110 1001 100110111 1000001 1001011

Color Harmonies of #E996DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996DA

Black with #E996DA

Text Example


Text Example

White with #E996DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E996DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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