Html Css Color HEX #E992DC Plum

📋 copy color: '#E992DC'

red 233 ◦ green 146 ◦ blue 220

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

Shades of Plum #E992DC

Tints of Plum #E992DC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.37%

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

R = 38.9%
G = 24.37%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E992DC (or 0xE992DC) is known color: Plum. HEX triplet: E9, 92 and DC. RGB value is (233,146,220). Sum of RGB (Red+Green+Blue) = 233+146+220=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 233 - color contains mainly: red. Hex color #E992DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992DC is #166D23. Grayscale: #B4B4B4. Windows color (decimal): -1469732 or 14455529. OLE color: 14455529.

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

Color convert

RGB 233 146 220 -
CMYK 0 0.37 0.06 0.09
HSL 308.97º 0.66% 0.74% -
HSV(B) 308.97º 0.37% 0.91% -
XYZ 56.8 43.05 73.03 -
YUV 180.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 233 146 220 0 0.37 0.06 0.09 308.97 0.66 0.74
Hex E9 92 DC 0 25 6 9 135 42 4A
Octal 351 222 334 0 45 6 11 465 102 112
Binary 11101001 10010010 11011100 0 100101 110 1001 100110101 1000010 1001010

Color Harmonies of #E992DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E992DC

Black with #E992DC

Text Example


Text Example

White with #E992DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E992DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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