Html Css Color HEX #EBB0EC Plum

📋 copy color: '#EBB0EC'

red 235 ◦ green 176 ◦ blue 236

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

Shades of Plum #EBB0EC

Tints of Plum #EBB0EC

RGB

 RED value IS 235 (92.19% from 255) = 36.32%

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

 BLUE value IS 236 (92.58% from 255) = 36.48%

R = 36.32%
G = 27.2%
B = 36.48%

CMYK

 C value IS 0.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBB0EC (or 0xEBB0EC) is known color: Plum. HEX triplet: EB, B0 and EC. RGB value is (235,176,236). Sum of RGB (Red+Green+Blue) = 235+176+236=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 176 (69.14% from 255 or 27.20% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBB0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB0EC is #144F13. Grayscale: #C8C8C8. Windows color (decimal): -1330964 or 15511787. OLE color: 15511787.

HSL color Cylindrical-coordinate representation of color #EBB0EC: hue angle of 299º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB0EC is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 176 236 -
CMYK 0.00 0.25 0 0.07
HSL 299º 0.61% 0.81% -
HSV(B) 299º 0.25% 0.93% -
XYZ 64.93 54.77 86.51 -
YUV 200.48 148.05 152.62 -
System Red Green Blue C M Y K H S L
Decimal 235 176 236 0.00 0.25 0 0.07 299 0.61 0.81
Hex EB B0 EC 0 19 0 7 12B 3D 51
Octal 353 260 354 0 31 0 7 453 75 121
Binary 11101011 10110000 11101100 0 11001 0 111 100101011 111101 1010001

Color Harmonies of #EBB0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0EC

Black with #EBB0EC

Text Example


Text Example

White with #EBB0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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