Html Css Color HEX #E992DB Plum

📋 copy color: '#E992DB'

red 233 ◦ green 146 ◦ blue 219

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

Shades of Plum #E992DB

Tints of Plum #E992DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.62%

R = 38.96%
G = 24.41%
B = 36.62%

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

#E992DB (or 0xE992DB) is known color: Plum. HEX triplet: E9, 92 and DB. RGB value is (233,146,219). Sum of RGB (Red+Green+Blue) = 233+146+219=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 146 (57.42% from 255 or 24.41% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E992DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992DB is #166D24. Grayscale: #B4B4B4. Windows color (decimal): -1469733 or 14389993. OLE color: 14389993.

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

Color convert

RGB 233 146 219 -
CMYK 0 0.37 0.06 0.09
HSL 309.66º 0.66% 0.74% -
HSV(B) 309.66º 0.37% 0.91% -
XYZ 56.67 43 72.33 -
YUV 180.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 233 146 219 0 0.37 0.06 0.09 309.66 0.66 0.74
Hex E9 92 DB 0 25 6 9 136 42 4A
Octal 351 222 333 0 45 6 11 466 102 112
Binary 11101001 10010010 11011011 0 100101 110 1001 100110110 1000010 1001010

Color Harmonies of #E992DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E992DB

Black with #E992DB

Text Example


Text Example

White with #E992DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E992DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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