Html Css Color HEX #E99FED Plum

📋 copy color: '#E99FED'

red 233 ◦ green 159 ◦ blue 237

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

Shades of Plum #E99FED

Tints of Plum #E99FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.28%

 BLUE value IS 237 (92.97% from 255) = 37.68%

R = 37.04%
G = 25.28%
B = 37.68%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E99FED (or 0xE99FED) is known color: Plum. HEX triplet: E9, 9F and ED. RGB value is (233,159,237). Sum of RGB (Red+Green+Blue) = 233+159+237=629 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.04% from 629); Green value is 159 (62.5% from 255 or 25.28% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #E99FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99FED is #166012. Grayscale: #BDBDBD. Windows color (decimal): -1466387 or 15572969. OLE color: 15572969.

HSL color Cylindrical-coordinate representation of color #E99FED: hue angle of 296.92º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E99FED is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 233 159 237 -
CMYK 0.02 0.33 0 0.07
HSL 296.92º 0.68% 0.78% -
HSV(B) 296.92º 0.33% 0.93% -
XYZ 61.29 48.23 86.2 -
YUV 190.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 233 159 237 0.02 0.33 0 0.07 296.92 0.68 0.78
Hex E9 9F ED 2 21 0 7 129 44 4E
Octal 351 237 355 2 41 0 7 451 104 116
Binary 11101001 10011111 11101101 10 100001 0 111 100101001 1000100 1001110

Color Harmonies of #E99FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99FED

Black with #E99FED

Text Example


Text Example

White with #E99FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99FED; }

 p { color: rgb(233,159,237); }

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

background-color css

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

 a { background-color: rgb(233,159,237); }

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

border-color css

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

 span { border-color: rgb(233,159,237); }

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