Html Css Color HEX #E8B0EB Plum

📋 copy color: '#E8B0EB'

red 232 ◦ green 176 ◦ blue 235

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

Shades of Plum #E8B0EB

Tints of Plum #E8B0EB

RGB

 RED value IS 232 (91.02% from 255) = 36.08%

 GREEN value IS 176 (69.14% from 255) = 27.37%

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

R = 36.08%
G = 27.37%
B = 36.55%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E8B0EB (or 0xE8B0EB) is known color: Plum. HEX triplet: E8, B0 and EB. RGB value is (232,176,235). Sum of RGB (Red+Green+Blue) = 232+176+235=643 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.08% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8B0EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8B0EB is #174F14. Grayscale: #C7C7C7. Windows color (decimal): -1527573 or 15446248. OLE color: 15446248.

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

Color convert

RGB 232 176 235 -
CMYK 0.01 0.25 0 0.08
HSL 296.95º 0.6% 0.81% -
HSV(B) 296.95º 0.25% 0.92% -
XYZ 63.8 54.2 85.7 -
YUV 199.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 232 176 235 0.01 0.25 0 0.08 296.95 0.6 0.81
Hex E8 B0 EB 1 19 0 8 129 3C 51
Octal 350 260 353 1 31 0 10 451 74 121
Binary 11101000 10110000 11101011 1 11001 0 1000 100101001 111100 1010001

Color Harmonies of #E8B0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B0EB

Black with #E8B0EB

Text Example


Text Example

White with #E8B0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B0EB; }

 p { color: rgb(232,176,235); }

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

background-color css

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

 a { background-color: rgb(232,176,235); }

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

border-color css

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

 span { border-color: rgb(232,176,235); }

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