Html Css Color HEX #E997DC Plum

📋 copy color: '#E997DC'

red 233 ◦ green 151 ◦ blue 220

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

Shades of Plum #E997DC

Tints of Plum #E997DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25%

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

R = 38.58%
G = 25%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E997DC (or 0xE997DC) is known color: Plum. HEX triplet: E9, 97 and DC. RGB value is (233,151,220). Sum of RGB (Red+Green+Blue) = 233+151+220=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E997DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E997DC is #166823. Grayscale: #B7B7B7. Windows color (decimal): -1468452 or 14456809. OLE color: 14456809.

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

Color convert

RGB 233 151 220 -
CMYK 0 0.35 0.06 0.09
HSL 309.51º 0.65% 0.75% -
HSV(B) 309.51º 0.35% 0.91% -
XYZ 57.59 44.62 73.29 -
YUV 183.38 148.67 163.39 -
System Red Green Blue C M Y K H S L
Decimal 233 151 220 0 0.35 0.06 0.09 309.51 0.65 0.75
Hex E9 97 DC 0 23 6 9 136 41 4B
Octal 351 227 334 0 43 6 11 466 101 113
Binary 11101001 10010111 11011100 0 100011 110 1001 100110110 1000001 1001011

Color Harmonies of #E997DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E997DC

Black with #E997DC

Text Example


Text Example

White with #E997DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E997DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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