Html Css Color HEX #EBA1F0 Plum

📋 copy color: '#EBA1F0'

red 235 ◦ green 161 ◦ blue 240

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

Shades of Plum #EBA1F0

Tints of Plum #EBA1F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.74%

R = 36.95%
G = 25.31%
B = 37.74%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBA1F0 (or 0xEBA1F0) is known color: Plum. HEX triplet: EB, A1 and F0. RGB value is (235,161,240). Sum of RGB (Red+Green+Blue) = 235+161+240=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 161 (63.28% from 255 or 25.31% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBA1F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1F0 is #145E0F. Grayscale: #BFBFBF. Windows color (decimal): -1334800 or 15770091. OLE color: 15770091.

HSL color Cylindrical-coordinate representation of color #EBA1F0: hue angle of 296.2º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBA1F0 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 161 240 -
CMYK 0.02 0.33 0 0.06
HSL 296.2º 0.72% 0.79% -
HSV(B) 296.2º 0.33% 0.94% -
XYZ 62.73 49.44 88.68 -
YUV 192.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 235 161 240 0.02 0.33 0 0.06 296.2 0.72 0.79
Hex EB A1 F0 2 21 0 6 128 48 4F
Octal 353 241 360 2 41 0 6 450 110 117
Binary 11101011 10100001 11110000 10 100001 0 110 100101000 1001000 1001111

Color Harmonies of #EBA1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA1F0

Black with #EBA1F0

Text Example


Text Example

White with #EBA1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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