Html Css Color HEX #EBA9E7 Plum

📋 copy color: '#EBA9E7'

red 235 ◦ green 169 ◦ blue 231

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

Shades of Plum #EBA9E7

Tints of Plum #EBA9E7

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.61%

 BLUE value IS 231 (90.63% from 255) = 36.38%

R = 37.01%
G = 26.61%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EBA9E7 (or 0xEBA9E7) is known color: Plum. HEX triplet: EB, A9 and E7. RGB value is (235,169,231). Sum of RGB (Red+Green+Blue) = 235+169+231=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 169 (66.41% from 255 or 26.61% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9E7 is #145618. Grayscale: #C3C3C3. Windows color (decimal): -1332761 or 15182315. OLE color: 15182315.

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

Color convert

RGB 235 169 231 -
CMYK 0 0.28 0.02 0.08
HSL 303.64º 0.62% 0.79% -
HSV(B) 303.64º 0.28% 0.92% -
XYZ 62.87 51.81 82.29 -
YUV 195.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 235 169 231 0 0.28 0.02 0.08 303.64 0.62 0.79
Hex EB A9 E7 0 1C 2 8 130 3E 4F
Octal 353 251 347 0 34 2 10 460 76 117
Binary 11101011 10101001 11100111 0 11100 10 1000 100110000 111110 1001111

Color Harmonies of #EBA9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9E7

Black with #EBA9E7

Text Example


Text Example

White with #EBA9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9E7; }

 p { color: rgb(235,169,231); }

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

background-color css

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

 a { background-color: rgb(235,169,231); }

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

border-color css

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

 span { border-color: rgb(235,169,231); }

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