Html Css Color HEX #EBA1EA Plum

📋 copy color: '#EBA1EA'

red 235 ◦ green 161 ◦ blue 234

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

Shades of Plum #EBA1EA

Tints of Plum #EBA1EA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.56%

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

R = 37.3%
G = 25.56%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBA1EA (or 0xEBA1EA) is known color: Plum. HEX triplet: EB, A1 and EA. RGB value is (235,161,234). Sum of RGB (Red+Green+Blue) = 235+161+234=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 161 (63.28% from 255 or 25.56% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1EA is #145E15. Grayscale: #BFBFBF. Windows color (decimal): -1334806 or 15376875. OLE color: 15376875.

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

Color convert

RGB 235 161 234 -
CMYK 0 0.31 0.00 0.08
HSL 300.81º 0.65% 0.78% -
HSV(B) 300.81º 0.31% 0.92% -
XYZ 61.86 49.09 84.06 -
YUV 191.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 235 161 234 0 0.31 0.00 0.08 300.81 0.65 0.78
Hex EB A1 EA 0 1F 0 8 12D 41 4E
Octal 353 241 352 0 37 0 10 455 101 116
Binary 11101011 10100001 11101010 0 11111 0 1000 100101101 1000001 1001110

Color Harmonies of #EBA1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA1EA

Black with #EBA1EA

Text Example


Text Example

White with #EBA1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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