Html Css Color HEX #EBA2E5 Plum

📋 copy color: '#EBA2E5'

red 235 ◦ green 162 ◦ blue 229

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

Shades of Plum #EBA2E5

Tints of Plum #EBA2E5

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.88%

 BLUE value IS 229 (89.84% from 255) = 36.58%

R = 37.54%
G = 25.88%
B = 36.58%

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

#EBA2E5 (or 0xEBA2E5) is known color: Plum. HEX triplet: EB, A2 and E5. RGB value is (235,162,229). Sum of RGB (Red+Green+Blue) = 235+162+229=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 162 (63.67% from 255 or 25.88% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2E5 is #145D1A. Grayscale: #BFBFBF. Windows color (decimal): -1334555 or 15049451. OLE color: 15049451.

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

Color convert

RGB 235 162 229 -
CMYK 0 0.31 0.03 0.08
HSL 304.93º 0.65% 0.78% -
HSV(B) 304.93º 0.31% 0.92% -
XYZ 61.32 49.16 80.39 -
YUV 191.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 235 162 229 0 0.31 0.03 0.08 304.93 0.65 0.78
Hex EB A2 E5 0 1F 3 8 131 41 4E
Octal 353 242 345 0 37 3 10 461 101 116
Binary 11101011 10100010 11100101 0 11111 11 1000 100110001 1000001 1001110

Color Harmonies of #EBA2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA2E5

Black with #EBA2E5

Text Example


Text Example

White with #EBA2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA2E5; }

 p { color: rgb(235,162,229); }

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

background-color css

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

 a { background-color: rgb(235,162,229); }

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

border-color css

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

 span { border-color: rgb(235,162,229); }

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