Html Css Color HEX #EBA0EA Plum

📋 copy color: '#EBA0EA'

red 235 ◦ green 160 ◦ blue 234

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

Shades of Plum #EBA0EA

Tints of Plum #EBA0EA

RGB

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

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

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

R = 37.36%
G = 25.44%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBA0EA (or 0xEBA0EA) is known color: Plum. HEX triplet: EB, A0 and EA. RGB value is (235,160,234). Sum of RGB (Red+Green+Blue) = 235+160+234=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 160 (62.89% from 255 or 25.44% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA0EA is #145F15. Grayscale: #BEBEBE. Windows color (decimal): -1335062 or 15376619. OLE color: 15376619.

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

Color convert

RGB 235 160 234 -
CMYK 0 0.32 0.00 0.08
HSL 300.8º 0.65% 0.77% -
HSV(B) 300.8º 0.32% 0.92% -
XYZ 61.68 48.74 84 -
YUV 190.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 235 160 234 0 0.32 0.00 0.08 300.8 0.65 0.77
Hex EB A0 EA 0 20 0 8 12D 41 4D
Octal 353 240 352 0 40 0 10 455 101 115
Binary 11101011 10100000 11101010 0 100000 0 1000 100101101 1000001 1001101

Color Harmonies of #EBA0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA0EA

Black with #EBA0EA

Text Example


Text Example

White with #EBA0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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