Html Css Color HEX #E99DF1 Plum

📋 copy color: '#E99DF1'

red 233 ◦ green 157 ◦ blue 241

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

Shades of Plum #E99DF1

Tints of Plum #E99DF1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.88%

 BLUE value IS 241 (94.53% from 255) = 38.19%

R = 36.93%
G = 24.88%
B = 38.19%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E99DF1 (or 0xE99DF1) is known color: Plum. HEX triplet: E9, 9D and F1. RGB value is (233,157,241). Sum of RGB (Red+Green+Blue) = 233+157+241=631 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.93% from 631); Green value is 157 (61.72% from 255 or 24.88% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #E99DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99DF1 is #16620E. Grayscale: #BDBDBD. Windows color (decimal): -1466895 or 15834601. OLE color: 15834601.

HSL color Cylindrical-coordinate representation of color #E99DF1: hue angle of 294.29º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E99DF1 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 233 157 241 -
CMYK 0.03 0.35 0 0.05
HSL 294.29º 0.75% 0.78% -
HSV(B) 294.29º 0.35% 0.95% -
XYZ 61.54 47.79 89.2 -
YUV 189.3 157.18 159.17 -
System Red Green Blue C M Y K H S L
Decimal 233 157 241 0.03 0.35 0 0.05 294.29 0.75 0.78
Hex E9 9D F1 3 23 0 5 126 4B 4E
Octal 351 235 361 3 43 0 5 446 113 116
Binary 11101001 10011101 11110001 11 100011 0 101 100100110 1001011 1001110

Color Harmonies of #E99DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99DF1

Black with #E99DF1

Text Example


Text Example

White with #E99DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99DF1; }

 p { color: rgb(233,157,241); }

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

background-color css

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

 a { background-color: rgb(233,157,241); }

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

border-color css

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

 span { border-color: rgb(233,157,241); }

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