Html Css Color HEX #EE9BED Plum

📋 copy color: '#EE9BED'

red 238 ◦ green 155 ◦ blue 237

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

Shades of Plum #EE9BED

Tints of Plum #EE9BED

RGB

 RED value IS 238 (93.36% from 255) = 37.78%

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

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

R = 37.78%
G = 24.6%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EE9BED (or 0xEE9BED) is known color: Plum. HEX triplet: EE, 9B and ED. RGB value is (238,155,237). Sum of RGB (Red+Green+Blue) = 238+155+237=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 155 (60.94% from 255 or 24.60% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9BED is #116412. Grayscale: #BCBCBC. Windows color (decimal): -1139731 or 15571950. OLE color: 15571950.

HSL color Cylindrical-coordinate representation of color #EE9BED: hue angle of 300.72º degrees, saturation: 0.71, 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 #EE9BED is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 155 237 -
CMYK 0 0.35 0.00 0.07
HSL 300.72º 0.71% 0.77% -
HSV(B) 300.72º 0.35% 0.93% -
XYZ 62.27 47.73 86.05 -
YUV 189.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 238 155 237 0 0.35 0.00 0.07 300.72 0.71 0.77
Hex EE 9B ED 0 23 0 7 12D 47 4D
Octal 356 233 355 0 43 0 7 455 107 115
Binary 11101110 10011011 11101101 0 100011 0 111 100101101 1000111 1001101

Color Harmonies of #EE9BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9BED

Black with #EE9BED

Text Example


Text Example

White with #EE9BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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