Html Css Color HEX #EBA7E6 Plum

📋 copy color: '#EBA7E6'

red 235 ◦ green 167 ◦ blue 230

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

Shades of Plum #EBA7E6

Tints of Plum #EBA7E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.39%

R = 37.18%
G = 26.42%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EBA7E6 (or 0xEBA7E6) is known color: Plum. HEX triplet: EB, A7 and E6. RGB value is (235,167,230). Sum of RGB (Red+Green+Blue) = 235+167+230=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 167 (65.62% from 255 or 26.42% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7E6 is #145819. Grayscale: #C2C2C2. Windows color (decimal): -1333274 or 15116267. OLE color: 15116267.

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

Color convert

RGB 235 167 230 -
CMYK 0 0.29 0.02 0.08
HSL 304.41º 0.63% 0.79% -
HSV(B) 304.41º 0.29% 0.92% -
XYZ 62.36 51.01 81.42 -
YUV 194.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 235 167 230 0 0.29 0.02 0.08 304.41 0.63 0.79
Hex EB A7 E6 0 1D 2 8 130 3F 4F
Octal 353 247 346 0 35 2 10 460 77 117
Binary 11101011 10100111 11100110 0 11101 10 1000 100110000 111111 1001111

Color Harmonies of #EBA7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA7E6

Black with #EBA7E6

Text Example


Text Example

White with #EBA7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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