Html Css Color HEX #EBA8EA Plum

📋 copy color: '#EBA8EA'

red 235 ◦ green 168 ◦ blue 234

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

Shades of Plum #EBA8EA

Tints of Plum #EBA8EA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.37%

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

R = 36.89%
G = 26.37%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBA8EA (or 0xEBA8EA) is known color: Plum. HEX triplet: EB, A8 and EA. RGB value is (235,168,234). Sum of RGB (Red+Green+Blue) = 235+168+234=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 168 (66.02% from 255 or 26.37% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA8EA is #145715. Grayscale: #C3C3C3. Windows color (decimal): -1333014 or 15378667. OLE color: 15378667.

HSL color Cylindrical-coordinate representation of color #EBA8EA: hue angle of 300.9º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA8EA is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 168 234 -
CMYK 0 0.29 0.00 0.08
HSL 300.9º 0.63% 0.79% -
HSV(B) 300.9º 0.29% 0.92% -
XYZ 63.11 51.61 84.48 -
YUV 195.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 235 168 234 0 0.29 0.00 0.08 300.9 0.63 0.79
Hex EB A8 EA 0 1D 0 8 12D 3F 4F
Octal 353 250 352 0 35 0 10 455 77 117
Binary 11101011 10101000 11101010 0 11101 0 1000 100101101 111111 1001111

Color Harmonies of #EBA8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA8EA

Black with #EBA8EA

Text Example


Text Example

White with #EBA8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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