Html Css Color HEX #EBA7E4 Plum

📋 copy color: '#EBA7E4'

red 235 ◦ green 167 ◦ blue 228

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

Shades of Plum #EBA7E4

Tints of Plum #EBA7E4

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.51%

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

R = 37.3%
G = 26.51%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBA7E4 (or 0xEBA7E4) is known color: Plum. HEX triplet: EB, A7 and E4. RGB value is (235,167,228). Sum of RGB (Red+Green+Blue) = 235+167+228=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 167 (65.62% from 255 or 26.51% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7E4 is #14581B. Grayscale: #C2C2C2. Windows color (decimal): -1333276 or 14985195. OLE color: 14985195.

HSL color Cylindrical-coordinate representation of color #EBA7E4: hue angle of 306.18º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA7E4 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 167 228 -
CMYK 0 0.29 0.03 0.08
HSL 306.18º 0.63% 0.79% -
HSV(B) 306.18º 0.29% 0.92% -
XYZ 62.08 50.9 79.95 -
YUV 194.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 235 167 228 0 0.29 0.03 0.08 306.18 0.63 0.79
Hex EB A7 E4 0 1D 3 8 132 3F 4F
Octal 353 247 344 0 35 3 10 462 77 117
Binary 11101011 10100111 11100100 0 11101 11 1000 100110010 111111 1001111

Color Harmonies of #EBA7E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA7E4

Black with #EBA7E4

Text Example


Text Example

White with #EBA7E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA7E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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