Html Css Color HEX #E99AEB Plum

📋 copy color: '#E99AEB'

red 233 ◦ green 154 ◦ blue 235

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

Shades of Plum #E99AEB

Tints of Plum #E99AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.78%

R = 37.46%
G = 24.76%
B = 37.78%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E99AEB (or 0xE99AEB) is known color: Plum. HEX triplet: E9, 9A and EB. RGB value is (233,154,235). Sum of RGB (Red+Green+Blue) = 233+154+235=622 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.46% from 622); Green value is 154 (60.55% from 255 or 24.76% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #E99AEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99AEB is #166514. Grayscale: #BABABA. Windows color (decimal): -1467669 or 15440617. OLE color: 15440617.

HSL color Cylindrical-coordinate representation of color #E99AEB: hue angle of 298.52º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E99AEB is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 233 154 235 -
CMYK 0.01 0.34 0 0.08
HSL 298.52º 0.67% 0.76% -
HSV(B) 298.52º 0.34% 0.92% -
XYZ 60.16 46.43 84.39 -
YUV 186.86 155.17 160.91 -
System Red Green Blue C M Y K H S L
Decimal 233 154 235 0.01 0.34 0 0.08 298.52 0.67 0.76
Hex E9 9A EB 1 22 0 8 12B 43 4C
Octal 351 232 353 1 42 0 10 453 103 114
Binary 11101001 10011010 11101011 1 100010 0 1000 100101011 1000011 1001100

Color Harmonies of #E99AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99AEB

Black with #E99AEB

Text Example


Text Example

White with #E99AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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