Html Css Color HEX #EBA2EB Plum

📋 copy color: '#EBA2EB'

red 235 ◦ green 162 ◦ blue 235

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

Shades of Plum #EBA2EB

Tints of Plum #EBA2EB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.63%

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

R = 37.18%
G = 25.63%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EBA2EB (or 0xEBA2EB) is known color: Plum. HEX triplet: EB, A2 and EB. RGB value is (235,162,235). Sum of RGB (Red+Green+Blue) = 235+162+235=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 162 (63.67% from 255 or 25.63% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBA2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA2EB is #145D14. Grayscale: #BFBFBF. Windows color (decimal): -1334549 or 15442667. OLE color: 15442667.

HSL color Cylindrical-coordinate representation of color #EBA2EB: hue angle of 300º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA2EB is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 162 235 -
CMYK 0 0.31 0 0.08
HSL 300º 0.65% 0.78% -
HSV(B) 300º 0.31% 0.92% -
XYZ 62.18 49.5 84.87 -
YUV 192.15 152.18 158.56 -
System Red Green Blue C M Y K H S L
Decimal 235 162 235 0 0.31 0 0.08 300 0.65 0.78
Hex EB A2 EB 0 1F 0 8 12C 41 4E
Octal 353 242 353 0 37 0 10 454 101 116
Binary 11101011 10100010 11101011 0 11111 0 1000 100101100 1000001 1001110

Color Harmonies of #EBA2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA2EB

Black with #EBA2EB

Text Example


Text Example

White with #EBA2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA2EB; }

 p { color: rgb(235,162,235); }

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

background-color css

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

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

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

border-color css

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

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

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