Html Css Color HEX #EBABEB Plum

📋 copy color: '#EBABEB'

red 235 ◦ green 171 ◦ blue 235

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

Shades of Plum #EBABEB

Tints of Plum #EBABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.68%

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

R = 36.66%
G = 26.68%
B = 36.66%

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

#EBABEB (or 0xEBABEB) is known color: Plum. HEX triplet: EB, AB and EB. RGB value is (235,171,235). Sum of RGB (Red+Green+Blue) = 235+171+235=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 171 (67.19% from 255 or 26.68% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBABEB is #145414. Grayscale: #C5C5C5. Windows color (decimal): -1332245 or 15444971. OLE color: 15444971.

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

Color convert

RGB 235 171 235 -
CMYK 0 0.27 0 0.08
HSL 300º 0.62% 0.8% -
HSV(B) 300º 0.27% 0.92% -
XYZ 63.82 52.79 85.42 -
YUV 197.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 235 171 235 0 0.27 0 0.08 300 0.62 0.8
Hex EB AB EB 0 1B 0 8 12C 3E 50
Octal 353 253 353 0 33 0 10 454 76 120
Binary 11101011 10101011 11101011 0 11011 0 1000 100101100 111110 1010000

Color Harmonies of #EBABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBABEB

Black with #EBABEB

Text Example


Text Example

White with #EBABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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