Html Css Color HEX #EBA6E5 Plum

📋 copy color: '#EBA6E5'

red 235 ◦ green 166 ◦ blue 229

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

Shades of Plum #EBA6E5

Tints of Plum #EBA6E5

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.35%

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

R = 37.3%
G = 26.35%
B = 36.35%

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

#EBA6E5 (or 0xEBA6E5) is known color: Plum. HEX triplet: EB, A6 and E5. RGB value is (235,166,229). Sum of RGB (Red+Green+Blue) = 235+166+229=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 166 (65.23% from 255 or 26.35% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6E5 is #14591A. Grayscale: #C1C1C1. Windows color (decimal): -1333531 or 15050475. OLE color: 15050475.

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

Color convert

RGB 235 166 229 -
CMYK 0 0.29 0.03 0.08
HSL 305.22º 0.63% 0.79% -
HSV(B) 305.22º 0.29% 0.92% -
XYZ 62.04 50.59 80.62 -
YUV 193.81 147.86 157.38 -
System Red Green Blue C M Y K H S L
Decimal 235 166 229 0 0.29 0.03 0.08 305.22 0.63 0.79
Hex EB A6 E5 0 1D 3 8 131 3F 4F
Octal 353 246 345 0 35 3 10 461 77 117
Binary 11101011 10100110 11100101 0 11101 11 1000 100110001 111111 1001111

Color Harmonies of #EBA6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6E5

Black with #EBA6E5

Text Example


Text Example

White with #EBA6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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