Html Css Color HEX #EBA4EB Plum

📋 copy color: '#EBA4EB'

red 235 ◦ green 164 ◦ blue 235

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

Shades of Plum #EBA4EB

Tints of Plum #EBA4EB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.87%

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

R = 37.07%
G = 25.87%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EBA4EB (or 0xEBA4EB) is known color: Plum. HEX triplet: EB, A4 and EB. RGB value is (235,164,235). Sum of RGB (Red+Green+Blue) = 235+164+235=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 164 (64.45% from 255 or 25.87% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBA4EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4EB is #145B14. Grayscale: #C1C1C1. Windows color (decimal): -1334037 or 15443179. OLE color: 15443179.

HSL color Cylindrical-coordinate representation of color #EBA4EB: 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.3%. Process color model (Four color, CMYK) of #EBA4EB is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 235 -
CMYK 0 0.30 0 0.08
HSL 300º 0.64% 0.78% -
HSV(B) 300º 0.3% 0.92% -
XYZ 62.53 50.21 84.99 -
YUV 193.32 151.52 157.73 -
System Red Green Blue C M Y K H S L
Decimal 235 164 235 0 0.30 0 0.08 300 0.64 0.78
Hex EB A4 EB 0 1E 0 8 12C 40 4E
Octal 353 244 353 0 36 0 10 454 100 116
Binary 11101011 10100100 11101011 0 11110 0 1000 100101100 1000000 1001110

Color Harmonies of #EBA4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4EB

Black with #EBA4EB

Text Example


Text Example

White with #EBA4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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