Html Css Color HEX #E993D8 Plum

📋 copy color: '#E993D8'

red 233 ◦ green 147 ◦ blue 216

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

Shades of Plum #E993D8

Tints of Plum #E993D8

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.66%

 BLUE value IS 216 (84.77% from 255) = 36.24%

R = 39.09%
G = 24.66%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E993D8 (or 0xE993D8) is known color: Plum. HEX triplet: E9, 93 and D8. RGB value is (233,147,216). Sum of RGB (Red+Green+Blue) = 233+147+216=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 233 - color contains mainly: red. Hex color #E993D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E993D8 is #166C27. Grayscale: #B4B4B4. Windows color (decimal): -1469480 or 14193641. OLE color: 14193641.

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

Color convert

RGB 233 147 216 -
CMYK 0 0.37 0.07 0.09
HSL 311.86º 0.66% 0.75% -
HSV(B) 311.86º 0.37% 0.91% -
XYZ 56.43 43.15 70.32 -
YUV 180.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 233 147 216 0 0.37 0.07 0.09 311.86 0.66 0.75
Hex E9 93 D8 0 25 7 9 138 42 4B
Octal 351 223 330 0 45 7 11 470 102 113
Binary 11101001 10010011 11011000 0 100101 111 1001 100111000 1000010 1001011

Color Harmonies of #E993D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E993D8

Black with #E993D8

Text Example


Text Example

White with #E993D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E993D8; }

 p { color: rgb(233,147,216); }

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

background-color css

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

 a { background-color: rgb(233,147,216); }

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

border-color css

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

 span { border-color: rgb(233,147,216); }

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