Html Css Color HEX #EBA4E7 Plum

📋 copy color: '#EBA4E7'

red 235 ◦ green 164 ◦ blue 231

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

Shades of Plum #EBA4E7

Tints of Plum #EBA4E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.67%

R = 37.3%
G = 26.03%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EBA4E7 (or 0xEBA4E7) is known color: Plum. HEX triplet: EB, A4 and E7. RGB value is (235,164,231). Sum of RGB (Red+Green+Blue) = 235+164+231=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 164 (64.45% from 255 or 26.03% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4E7 is #145B18. Grayscale: #C0C0C0. Windows color (decimal): -1334041 or 15181035. OLE color: 15181035.

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

Color convert

RGB 235 164 231 -
CMYK 0 0.30 0.02 0.08
HSL 303.38º 0.64% 0.78% -
HSV(B) 303.38º 0.3% 0.92% -
XYZ 61.96 49.98 81.98 -
YUV 192.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 235 164 231 0 0.30 0.02 0.08 303.38 0.64 0.78
Hex EB A4 E7 0 1E 2 8 12F 40 4E
Octal 353 244 347 0 36 2 10 457 100 116
Binary 11101011 10100100 11100111 0 11110 10 1000 100101111 1000000 1001110

Color Harmonies of #EBA4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4E7

Black with #EBA4E7

Text Example


Text Example

White with #EBA4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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