Html Css Color HEX #EBACEA Plum

📋 copy color: '#EBACEA'

red 235 ◦ green 172 ◦ blue 234

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

Shades of Plum #EBACEA

Tints of Plum #EBACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.51%

R = 36.66%
G = 26.83%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBACEA (or 0xEBACEA) is known color: Plum. HEX triplet: EB, AC and EA. RGB value is (235,172,234). Sum of RGB (Red+Green+Blue) = 235+172+234=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACEA is #145315. Grayscale: #C5C5C5. Windows color (decimal): -1331990 or 15379691. OLE color: 15379691.

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

Color convert

RGB 235 172 234 -
CMYK 0 0.27 0.00 0.08
HSL 300.95º 0.61% 0.8% -
HSV(B) 300.95º 0.27% 0.92% -
XYZ 63.86 53.11 84.73 -
YUV 197.91 148.37 154.46 -
System Red Green Blue C M Y K H S L
Decimal 235 172 234 0 0.27 0.00 0.08 300.95 0.61 0.8
Hex EB AC EA 0 1B 0 8 12D 3D 50
Octal 353 254 352 0 33 0 10 455 75 120
Binary 11101011 10101100 11101010 0 11011 0 1000 100101101 111101 1010000

Color Harmonies of #EBACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBACEA

Black with #EBACEA

Text Example


Text Example

White with #EBACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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