Html Css Color HEX #EBA7FD Mauve

📋 copy color: '#EBA7FD'

red 235 ◦ green 167 ◦ blue 253

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

Shades of Mauve #EBA7FD

Tints of Mauve #EBA7FD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 25.5%

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

R = 35.88%
G = 25.5%
B = 38.63%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBA7FD (or 0xEBA7FD) is known color: Mauve. HEX triplet: EB, A7 and FD. RGB value is (235,167,253). Sum of RGB (Red+Green+Blue) = 235+167+253=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 167 (65.62% from 255 or 25.50% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBA7FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7FD is #145802. Grayscale: #C4C4C4. Windows color (decimal): -1333251 or 16623595. OLE color: 16623595.

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

Color convert

RGB 235 167 253 -
CMYK 0.07 0.34 0 0.01
HSL 287.44º 0.96% 0.82% -
HSV(B) 287.44º 0.34% 0.99% -
XYZ 65.81 52.39 99.57 -
YUV 197.14 159.53 155.01 -
System Red Green Blue C M Y K H S L
Decimal 235 167 253 0.07 0.34 0 0.01 287.44 0.96 0.82
Hex EB A7 FD 7 22 0 1 11F 60 52
Octal 353 247 375 7 42 0 1 437 140 122
Binary 11101011 10100111 11111101 111 100010 0 1 100011111 1100000 1010010

Color Harmonies of #EBA7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA7FD

Black with #EBA7FD

Text Example


Text Example

White with #EBA7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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