Html Css Color HEX #E99BED Plum

📋 copy color: '#E99BED'

red 233 ◦ green 155 ◦ blue 237

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

Shades of Plum #E99BED

Tints of Plum #E99BED

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.8%

 BLUE value IS 237 (92.97% from 255) = 37.92%

R = 37.28%
G = 24.8%
B = 37.92%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E99BED (or 0xE99BED) is known color: Plum. HEX triplet: E9, 9B and ED. RGB value is (233,155,237). Sum of RGB (Red+Green+Blue) = 233+155+237=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 155 (60.94% from 255 or 24.8% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #E99BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99BED is #166412. Grayscale: #BBBBBB. Windows color (decimal): -1467411 or 15571945. OLE color: 15571945.

HSL color Cylindrical-coordinate representation of color #E99BED: hue angle of 297.07º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E99BED is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 233 155 237 -
CMYK 0.02 0.35 0 0.07
HSL 297.07º 0.69% 0.77% -
HSV(B) 297.07º 0.35% 0.93% -
XYZ 60.61 46.88 85.98 -
YUV 187.67 155.84 160.33 -
System Red Green Blue C M Y K H S L
Decimal 233 155 237 0.02 0.35 0 0.07 297.07 0.69 0.77
Hex E9 9B ED 2 23 0 7 129 45 4D
Octal 351 233 355 2 43 0 7 451 105 115
Binary 11101001 10011011 11101101 10 100011 0 111 100101001 1000101 1001101

Color Harmonies of #E99BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99BED

Black with #E99BED

Text Example


Text Example

White with #E99BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99BED; }

 p { color: rgb(233,155,237); }

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

background-color css

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

 a { background-color: rgb(233,155,237); }

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

border-color css

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

 span { border-color: rgb(233,155,237); }

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