Html Css Color HEX #EBA5F3 Plum

📋 copy color: '#EBA5F3'

red 235 ◦ green 165 ◦ blue 243

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

Shades of Plum #EBA5F3

Tints of Plum #EBA5F3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.66%

 BLUE value IS 243 (95.31% from 255) = 37.79%

R = 36.55%
G = 25.66%
B = 37.79%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBA5F3 (or 0xEBA5F3) is known color: Plum. HEX triplet: EB, A5 and F3. RGB value is (235,165,243). Sum of RGB (Red+Green+Blue) = 235+165+243=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 165 (64.84% from 255 or 25.66% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBA5F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5F3 is #145A0C. Grayscale: #C2C2C2. Windows color (decimal): -1333773 or 15967723. OLE color: 15967723.

HSL color Cylindrical-coordinate representation of color #EBA5F3: hue angle of 293.85º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA5F3 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 165 243 -
CMYK 0.03 0.32 0 0.05
HSL 293.85º 0.76% 0.8% -
HSV(B) 293.85º 0.32% 0.95% -
XYZ 63.89 51.04 91.28 -
YUV 194.82 155.19 156.66 -
System Red Green Blue C M Y K H S L
Decimal 235 165 243 0.03 0.32 0 0.05 293.85 0.76 0.8
Hex EB A5 F3 3 20 0 5 126 4C 50
Octal 353 245 363 3 40 0 5 446 114 120
Binary 11101011 10100101 11110011 11 100000 0 101 100100110 1001100 1010000

Color Harmonies of #EBA5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA5F3

Black with #EBA5F3

Text Example


Text Example

White with #EBA5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA5F3; }

 p { color: rgb(235,165,243); }

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

background-color css

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

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

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

border-color css

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

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

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