Html Css Color HEX #EBA0EB Plum

📋 copy color: '#EBA0EB'

red 235 ◦ green 160 ◦ blue 235

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

Shades of Plum #EBA0EB

Tints of Plum #EBA0EB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.4%

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

R = 37.3%
G = 25.4%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EBA0EB (or 0xEBA0EB) is known color: Plum. HEX triplet: EB, A0 and EB. RGB value is (235,160,235). Sum of RGB (Red+Green+Blue) = 235+160+235=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 160 (62.89% from 255 or 25.40% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBA0EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA0EB is #145F14. Grayscale: #BEBEBE. Windows color (decimal): -1335061 or 15442155. OLE color: 15442155.

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

Color convert

RGB 235 160 235 -
CMYK 0 0.32 0 0.08
HSL 300º 0.65% 0.77% -
HSV(B) 300º 0.32% 0.92% -
XYZ 61.83 48.8 84.76 -
YUV 190.98 152.85 159.4 -
System Red Green Blue C M Y K H S L
Decimal 235 160 235 0 0.32 0 0.08 300 0.65 0.77
Hex EB A0 EB 0 20 0 8 12C 41 4D
Octal 353 240 353 0 40 0 10 454 101 115
Binary 11101011 10100000 11101011 0 100000 0 1000 100101100 1000001 1001101

Color Harmonies of #EBA0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA0EB

Black with #EBA0EB

Text Example


Text Example

White with #EBA0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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