Html Css Color HEX #EBA1EE Plum

📋 copy color: '#EBA1EE'

red 235 ◦ green 161 ◦ blue 238

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

Shades of Plum #EBA1EE

Tints of Plum #EBA1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.54%

R = 37.07%
G = 25.39%
B = 37.54%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBA1EE (or 0xEBA1EE) is known color: Plum. HEX triplet: EB, A1 and EE. RGB value is (235,161,238). Sum of RGB (Red+Green+Blue) = 235+161+238=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 161 (63.28% from 255 or 25.39% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBA1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1EE is #145E11. Grayscale: #BFBFBF. Windows color (decimal): -1334802 or 15639019. OLE color: 15639019.

HSL color Cylindrical-coordinate representation of color #EBA1EE: hue angle of 297.66º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA1EE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 161 238 -
CMYK 0.01 0.32 0 0.07
HSL 297.66º 0.69% 0.78% -
HSV(B) 297.66º 0.32% 0.93% -
XYZ 62.44 49.32 87.12 -
YUV 191.9 154.02 158.74 -
System Red Green Blue C M Y K H S L
Decimal 235 161 238 0.01 0.32 0 0.07 297.66 0.69 0.78
Hex EB A1 EE 1 20 0 7 12A 45 4E
Octal 353 241 356 1 40 0 7 452 105 116
Binary 11101011 10100001 11101110 1 100000 0 111 100101010 1000101 1001110

Color Harmonies of #EBA1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA1EE

Black with #EBA1EE

Text Example


Text Example

White with #EBA1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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