Html Css Color HEX #EBA6E6 Plum

📋 copy color: '#EBA6E6'

red 235 ◦ green 166 ◦ blue 230

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

Shades of Plum #EBA6E6

Tints of Plum #EBA6E6

RGB

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

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

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

R = 37.24%
G = 26.31%
B = 36.45%

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

#EBA6E6 (or 0xEBA6E6) is known color: Plum. HEX triplet: EB, A6 and E6. RGB value is (235,166,230). Sum of RGB (Red+Green+Blue) = 235+166+230=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 166 (65.23% from 255 or 26.31% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6E6 is #145919. Grayscale: #C1C1C1. Windows color (decimal): -1333530 or 15116011. OLE color: 15116011.

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

Color convert

RGB 235 166 230 -
CMYK 0 0.29 0.02 0.08
HSL 304.35º 0.63% 0.79% -
HSV(B) 304.35º 0.29% 0.92% -
XYZ 62.18 50.65 81.36 -
YUV 193.93 148.36 157.3 -
System Red Green Blue C M Y K H S L
Decimal 235 166 230 0 0.29 0.02 0.08 304.35 0.63 0.79
Hex EB A6 E6 0 1D 2 8 130 3F 4F
Octal 353 246 346 0 35 2 10 460 77 117
Binary 11101011 10100110 11100110 0 11101 10 1000 100110000 111111 1001111

Color Harmonies of #EBA6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6E6

Black with #EBA6E6

Text Example


Text Example

White with #EBA6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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