Html Css Color HEX #E99FEF Plum

📋 copy color: '#E99FEF'

red 233 ◦ green 159 ◦ blue 239

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

Shades of Plum #E99FEF

Tints of Plum #E99FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.88%

R = 36.93%
G = 25.2%
B = 37.88%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E99FEF (or 0xE99FEF) is known color: Plum. HEX triplet: E9, 9F and EF. RGB value is (233,159,239). Sum of RGB (Red+Green+Blue) = 233+159+239=631 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.93% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #E99FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99FEF is #166010. Grayscale: #BDBDBD. Windows color (decimal): -1466385 or 15704041. OLE color: 15704041.

HSL color Cylindrical-coordinate representation of color #E99FEF: hue angle of 295.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E99FEF is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 233 159 239 -
CMYK 0.03 0.33 0 0.06
HSL 295.5º 0.71% 0.78% -
HSV(B) 295.5º 0.33% 0.94% -
XYZ 61.58 48.35 87.75 -
YUV 190.25 155.52 158.5 -
System Red Green Blue C M Y K H S L
Decimal 233 159 239 0.03 0.33 0 0.06 295.5 0.71 0.78
Hex E9 9F EF 3 21 0 6 128 47 4E
Octal 351 237 357 3 41 0 6 450 107 116
Binary 11101001 10011111 11101111 11 100001 0 110 100101000 1000111 1001110

Color Harmonies of #E99FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99FEF

Black with #E99FEF

Text Example


Text Example

White with #E99FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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