Html Css Color HEX #EBA4FD Mauve

📋 copy color: '#EBA4FD'

red 235 ◦ green 164 ◦ blue 253

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

Shades of Mauve #EBA4FD

Tints of Mauve #EBA4FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.8%

R = 36.04%
G = 25.15%
B = 38.8%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBA4FD (or 0xEBA4FD) is known color: Mauve. HEX triplet: EB, A4 and FD. RGB value is (235,164,253). Sum of RGB (Red+Green+Blue) = 235+164+253=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 164 (64.45% from 255 or 25.15% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBA4FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4FD is #145B02. Grayscale: #C3C3C3. Windows color (decimal): -1334019 or 16622827. OLE color: 16622827.

HSL color Cylindrical-coordinate representation of color #EBA4FD: hue angle of 287.87º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBA4FD is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 164 253 -
CMYK 0.07 0.35 0 0.01
HSL 287.87º 0.96% 0.82% -
HSV(B) 287.87º 0.35% 0.99% -
XYZ 65.27 51.3 99.39 -
YUV 195.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 235 164 253 0.07 0.35 0 0.01 287.87 0.96 0.82
Hex EB A4 FD 7 23 0 1 120 60 52
Octal 353 244 375 7 43 0 1 440 140 122
Binary 11101011 10100100 11111101 111 100011 0 1 100100000 1100000 1010010

Color Harmonies of #EBA4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4FD

Black with #EBA4FD

Text Example


Text Example

White with #EBA4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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