Html Css Color HEX #EBA4FF Mauve

📋 copy color: '#EBA4FF'

red 235 ◦ green 164 ◦ blue 255

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

Shades of Mauve #EBA4FF

Tints of Mauve #EBA4FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.99%

R = 35.93%
G = 25.08%
B = 38.99%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBA4FF (or 0xEBA4FF) is known color: Mauve. HEX triplet: EB, A4 and FF. RGB value is (235,164,255). Sum of RGB (Red+Green+Blue) = 235+164+255=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 164 (64.45% from 255 or 25.08% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBA4FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4FF is #145B00. Grayscale: #C3C3C3. Windows color (decimal): -1334017 or 16753899. OLE color: 16753899.

HSL color Cylindrical-coordinate representation of color #EBA4FF: hue angle of 286.81º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBA4FF is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 164 255 -
CMYK 0.08 0.36 0 0
HSL 286.81º 1% 0.82% -
HSV(B) 286.81º 0.36% 1% -
XYZ 65.59 51.43 101.08 -
YUV 195.6 161.52 156.1 -
System Red Green Blue C M Y K H S L
Decimal 235 164 255 0.08 0.36 0 0 286.81 1 0.82
Hex EB A4 FF 8 24 0 0 11F 64 52
Octal 353 244 377 10 44 0 0 437 144 122
Binary 11101011 10100100 11111111 1000 100100 0 0 100011111 1100100 1010010

Color Harmonies of #EBA4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4FF

Black with #EBA4FF

Text Example


Text Example

White with #EBA4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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