Html Css Color HEX #E999EA Plum

📋 copy color: '#E999EA'

red 233 ◦ green 153 ◦ blue 234

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

Shades of Plum #E999EA

Tints of Plum #E999EA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.68%

 BLUE value IS 234 (91.8% from 255) = 37.74%

R = 37.58%
G = 24.68%
B = 37.74%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E999EA (or 0xE999EA) is known color: Plum. HEX triplet: E9, 99 and EA. RGB value is (233,153,234). Sum of RGB (Red+Green+Blue) = 233+153+234=620 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.58% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #E999EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E999EA is #166615. Grayscale: #B9B9B9. Windows color (decimal): -1467926 or 15374825. OLE color: 15374825.

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

Color convert

RGB 233 153 234 -
CMYK 0.00 0.35 0 0.08
HSL 299.26º 0.66% 0.76% -
HSV(B) 299.26º 0.35% 0.92% -
XYZ 59.85 46.05 83.58 -
YUV 186.15 155 161.41 -
System Red Green Blue C M Y K H S L
Decimal 233 153 234 0.00 0.35 0 0.08 299.26 0.66 0.76
Hex E9 99 EA 0 23 0 8 12B 42 4C
Octal 351 231 352 0 43 0 10 453 102 114
Binary 11101001 10011001 11101010 0 100011 0 1000 100101011 1000010 1001100

Color Harmonies of #E999EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E999EA

Black with #E999EA

Text Example


Text Example

White with #E999EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E999EA; }

 p { color: rgb(233,153,234); }

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

background-color css

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

 a { background-color: rgb(233,153,234); }

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

border-color css

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

 span { border-color: rgb(233,153,234); }

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