Html Css Color HEX #EBA1E3 Plum

📋 copy color: '#EBA1E3'

red 235 ◦ green 161 ◦ blue 227

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

Shades of Plum #EBA1E3

Tints of Plum #EBA1E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.44%

R = 37.72%
G = 25.84%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBA1E3 (or 0xEBA1E3) is known color: Plum. HEX triplet: EB, A1 and E3. RGB value is (235,161,227). Sum of RGB (Red+Green+Blue) = 235+161+227=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 161 (63.28% from 255 or 25.84% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1E3 is #145E1C. Grayscale: #BEBEBE. Windows color (decimal): -1334813 or 14918123. OLE color: 14918123.

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

Color convert

RGB 235 161 227 -
CMYK 0 0.31 0.03 0.08
HSL 306.49º 0.65% 0.78% -
HSV(B) 306.49º 0.31% 0.92% -
XYZ 60.87 48.7 78.86 -
YUV 190.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 235 161 227 0 0.31 0.03 0.08 306.49 0.65 0.78
Hex EB A1 E3 0 1F 3 8 132 41 4E
Octal 353 241 343 0 37 3 10 462 101 116
Binary 11101011 10100001 11100011 0 11111 11 1000 100110010 1000001 1001110

Color Harmonies of #EBA1E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA1E3

Black with #EBA1E3

Text Example


Text Example

White with #EBA1E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA1E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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