Html Css Color HEX #EBA4E5 Plum

📋 copy color: '#EBA4E5'

red 235 ◦ green 164 ◦ blue 229

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

Shades of Plum #EBA4E5

Tints of Plum #EBA4E5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.11%

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

R = 37.42%
G = 26.11%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBA4E5 (or 0xEBA4E5) is known color: Plum. HEX triplet: EB, A4 and E5. RGB value is (235,164,229). Sum of RGB (Red+Green+Blue) = 235+164+229=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 164 (64.45% from 255 or 26.11% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4E5 is #145B1A. Grayscale: #C0C0C0. Windows color (decimal): -1334043 or 15049963. OLE color: 15049963.

HSL color Cylindrical-coordinate representation of color #EBA4E5: hue angle of 305.07º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA4E5 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 229 -
CMYK 0 0.30 0.03 0.08
HSL 305.07º 0.64% 0.78% -
HSV(B) 305.07º 0.3% 0.92% -
XYZ 61.68 49.87 80.5 -
YUV 192.64 148.52 158.21 -
System Red Green Blue C M Y K H S L
Decimal 235 164 229 0 0.30 0.03 0.08 305.07 0.64 0.78
Hex EB A4 E5 0 1E 3 8 131 40 4E
Octal 353 244 345 0 36 3 10 461 100 116
Binary 11101011 10100100 11100101 0 11110 11 1000 100110001 1000000 1001110

Color Harmonies of #EBA4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4E5

Black with #EBA4E5

Text Example


Text Example

White with #EBA4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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