Html Css Color HEX #EBA3F5 Plum

📋 copy color: '#EBA3F5'

red 235 ◦ green 163 ◦ blue 245

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

Shades of Plum #EBA3F5

Tints of Plum #EBA3F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.1%

R = 36.55%
G = 25.35%
B = 38.1%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EBA3F5 (or 0xEBA3F5) is known color: Plum. HEX triplet: EB, A3 and F5. RGB value is (235,163,245). Sum of RGB (Red+Green+Blue) = 235+163+245=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 163 (64.06% from 255 or 25.35% from 643); Blue value is 245 (96.09% from 255 or 38.10% from 643); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBA3F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA3F5 is #145C0A. Grayscale: #C1C1C1. Windows color (decimal): -1334283 or 16098283. OLE color: 16098283.

HSL color Cylindrical-coordinate representation of color #EBA3F5: hue angle of 292.68º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBA3F5 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 163 245 -
CMYK 0.04 0.33 0 0.04
HSL 292.68º 0.8% 0.8% -
HSV(B) 292.68º 0.33% 0.96% -
XYZ 63.84 50.45 92.76 -
YUV 193.88 156.85 157.33 -
System Red Green Blue C M Y K H S L
Decimal 235 163 245 0.04 0.33 0 0.04 292.68 0.8 0.8
Hex EB A3 F5 4 21 0 4 125 50 50
Octal 353 243 365 4 41 0 4 445 120 120
Binary 11101011 10100011 11110101 100 100001 0 100 100100101 1010000 1010000

Color Harmonies of #EBA3F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA3F5

Black with #EBA3F5

Text Example


Text Example

White with #EBA3F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA3F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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