Html Css Color HEX #E99ADA Plum

📋 copy color: '#E99ADA'

red 233 ◦ green 154 ◦ blue 218

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

Shades of Plum #E99ADA

Tints of Plum #E99ADA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.45%

 BLUE value IS 218 (85.55% from 255) = 36.03%

R = 38.51%
G = 25.45%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E99ADA (or 0xE99ADA) is known color: Plum. HEX triplet: E9, 9A and DA. RGB value is (233,154,218). Sum of RGB (Red+Green+Blue) = 233+154+218=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 233 - color contains mainly: red. Hex color #E99ADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99ADA is #166525. Grayscale: #B8B8B8. Windows color (decimal): -1467686 or 14326505. OLE color: 14326505.

HSL color Cylindrical-coordinate representation of color #E99ADA: hue angle of 311.39º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E99ADA is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 154 218 -
CMYK 0 0.34 0.06 0.09
HSL 311.39º 0.64% 0.76% -
HSV(B) 311.39º 0.34% 0.91% -
XYZ 57.81 45.5 72.06 -
YUV 184.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 233 154 218 0 0.34 0.06 0.09 311.39 0.64 0.76
Hex E9 9A DA 0 22 6 9 137 40 4C
Octal 351 232 332 0 42 6 11 467 100 114
Binary 11101001 10011010 11011010 0 100010 110 1001 100110111 1000000 1001100

Color Harmonies of #E99ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99ADA

Black with #E99ADA

Text Example


Text Example

White with #E99ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99ADA; }

 p { color: rgb(233,154,218); }

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

background-color css

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

 a { background-color: rgb(233,154,218); }

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

border-color css

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

 span { border-color: rgb(233,154,218); }

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