Html Css Color HEX #EBA5E4 Plum

📋 copy color: '#EBA5E4'

red 235 ◦ green 165 ◦ blue 228

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

Shades of Plum #EBA5E4

Tints of Plum #EBA5E4

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.27%

 BLUE value IS 228 (89.45% from 255) = 36.31%

R = 37.42%
G = 26.27%
B = 36.31%

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

#EBA5E4 (or 0xEBA5E4) is known color: Plum. HEX triplet: EB, A5 and E4. RGB value is (235,165,228). Sum of RGB (Red+Green+Blue) = 235+165+228=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 165 (64.84% from 255 or 26.27% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5E4 is #145A1B. Grayscale: #C0C0C0. Windows color (decimal): -1333788 or 14984683. OLE color: 14984683.

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

Color convert

RGB 235 165 228 -
CMYK 0 0.30 0.03 0.08
HSL 306º 0.64% 0.78% -
HSV(B) 306º 0.3% 0.92% -
XYZ 61.72 50.17 79.83 -
YUV 193.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 235 165 228 0 0.30 0.03 0.08 306 0.64 0.78
Hex EB A5 E4 0 1E 3 8 132 40 4E
Octal 353 245 344 0 36 3 10 462 100 116
Binary 11101011 10100101 11100100 0 11110 11 1000 100110010 1000000 1001110

Color Harmonies of #EBA5E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA5E4

Black with #EBA5E4

Text Example


Text Example

White with #EBA5E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA5E4; }

 p { color: rgb(235,165,228); }

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

background-color css

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

 a { background-color: rgb(235,165,228); }

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

border-color css

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

 span { border-color: rgb(235,165,228); }

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