Html Css Color HEX #EBA3EB Plum

📋 copy color: '#EBA3EB'

red 235 ◦ green 163 ◦ blue 235

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

Shades of Plum #EBA3EB

Tints of Plum #EBA3EB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.75%

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

R = 37.12%
G = 25.75%
B = 37.12%

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

#EBA3EB (or 0xEBA3EB) is known color: Plum. HEX triplet: EB, A3 and EB. RGB value is (235,163,235). Sum of RGB (Red+Green+Blue) = 235+163+235=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 163 (64.06% from 255 or 25.75% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBA3EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA3EB is #145C14. Grayscale: #C0C0C0. Windows color (decimal): -1334293 or 15442923. OLE color: 15442923.

HSL color Cylindrical-coordinate representation of color #EBA3EB: hue angle of 300º degrees, saturation: 0.64, 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 #EBA3EB is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 163 235 -
CMYK 0 0.31 0 0.08
HSL 300º 0.64% 0.78% -
HSV(B) 300º 0.31% 0.92% -
XYZ 62.35 49.85 84.93 -
YUV 192.74 151.85 158.15 -
System Red Green Blue C M Y K H S L
Decimal 235 163 235 0 0.31 0 0.08 300 0.64 0.78
Hex EB A3 EB 0 1F 0 8 12C 40 4E
Octal 353 243 353 0 37 0 10 454 100 116
Binary 11101011 10100011 11101011 0 11111 0 1000 100101100 1000000 1001110

Color Harmonies of #EBA3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA3EB

Black with #EBA3EB

Text Example


Text Example

White with #EBA3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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