Html Css Color HEX #EBACE8 Plum

📋 copy color: '#EBACE8'

red 235 ◦ green 172 ◦ blue 232

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

Shades of Plum #EBACE8

Tints of Plum #EBACE8

RGB

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

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

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

R = 36.78%
G = 26.92%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EBACE8 (or 0xEBACE8) is known color: Plum. HEX triplet: EB, AC and E8. RGB value is (235,172,232). Sum of RGB (Red+Green+Blue) = 235+172+232=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACE8 is #145317. Grayscale: #C5C5C5. Windows color (decimal): -1331992 or 15248619. OLE color: 15248619.

HSL color Cylindrical-coordinate representation of color #EBACE8: hue angle of 302.86º 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 #EBACE8 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 172 232 -
CMYK 0 0.27 0.01 0.08
HSL 302.86º 0.61% 0.8% -
HSV(B) 302.86º 0.27% 0.92% -
XYZ 63.58 52.99 83.22 -
YUV 197.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 235 172 232 0 0.27 0.01 0.08 302.86 0.61 0.8
Hex EB AC E8 0 1B 1 8 12F 3D 50
Octal 353 254 350 0 33 1 10 457 75 120
Binary 11101011 10101100 11101000 0 11011 1 1000 100101111 111101 1010000

Color Harmonies of #EBACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBACE8

Black with #EBACE8

Text Example


Text Example

White with #EBACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBACE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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