Html Css Color HEX #EBACEB Plum

📋 copy color: '#EBACEB'

red 235 ◦ green 172 ◦ blue 235

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

Shades of Plum #EBACEB

Tints of Plum #EBACEB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.79%

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

R = 36.6%
G = 26.79%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EBACEB (or 0xEBACEB) is known color: Plum. HEX triplet: EB, AC and EB. RGB value is (235,172,235). Sum of RGB (Red+Green+Blue) = 235+172+235=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBACEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACEB is #145314. Grayscale: #C5C5C5. Windows color (decimal): -1331989 or 15445227. OLE color: 15445227.

HSL color Cylindrical-coordinate representation of color #EBACEB: hue angle of 300º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBACEB is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 172 235 -
CMYK 0 0.27 0 0.08
HSL 300º 0.61% 0.8% -
HSV(B) 300º 0.27% 0.92% -
XYZ 64.01 53.17 85.49 -
YUV 198.02 148.87 154.38 -
System Red Green Blue C M Y K H S L
Decimal 235 172 235 0 0.27 0 0.08 300 0.61 0.8
Hex EB AC EB 0 1B 0 8 12C 3D 50
Octal 353 254 353 0 33 0 10 454 75 120
Binary 11101011 10101100 11101011 0 11011 0 1000 100101100 111101 1010000

Color Harmonies of #EBACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBACEB

Black with #EBACEB

Text Example


Text Example

White with #EBACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBACEB; }

 p { color: rgb(235,172,235); }

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

background-color css

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

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

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

border-color css

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

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

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