Html Css Color HEX #EE9BE8 Plum

📋 copy color: '#EE9BE8'

red 238 ◦ green 155 ◦ blue 232

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

Shades of Plum #EE9BE8

Tints of Plum #EE9BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.12%

R = 38.08%
G = 24.8%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EE9BE8 (or 0xEE9BE8) is known color: Plum. HEX triplet: EE, 9B and E8. RGB value is (238,155,232). Sum of RGB (Red+Green+Blue) = 238+155+232=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 155 (60.94% from 255 or 24.8% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9BE8 is #116417. Grayscale: #BCBCBC. Windows color (decimal): -1139736 or 15244270. OLE color: 15244270.

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

Color convert

RGB 238 155 232 -
CMYK 0 0.35 0.03 0.07
HSL 304.34º 0.71% 0.77% -
HSV(B) 304.34º 0.35% 0.93% -
XYZ 61.55 47.45 82.26 -
YUV 188.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 238 155 232 0 0.35 0.03 0.07 304.34 0.71 0.77
Hex EE 9B E8 0 23 3 7 130 47 4D
Octal 356 233 350 0 43 3 7 460 107 115
Binary 11101110 10011011 11101000 0 100011 11 111 100110000 1000111 1001101

Color Harmonies of #EE9BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9BE8

Black with #EE9BE8

Text Example


Text Example

White with #EE9BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9BE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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