Html Css Color HEX #EBA2FF Mauve

📋 copy color: '#EBA2FF'

red 235 ◦ green 162 ◦ blue 255

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

Shades of Mauve #EBA2FF

Tints of Mauve #EBA2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 24.85%

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

R = 36.04%
G = 24.85%
B = 39.11%

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

#EBA2FF (or 0xEBA2FF) is known color: Mauve. HEX triplet: EB, A2 and FF. RGB value is (235,162,255). Sum of RGB (Red+Green+Blue) = 235+162+255=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 162 (63.67% from 255 or 24.85% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBA2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA2FF is #145D00. Grayscale: #C2C2C2. Windows color (decimal): -1334529 or 16753387. OLE color: 16753387.

HSL color Cylindrical-coordinate representation of color #EBA2FF: hue angle of 287.1º 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 #EBA2FF is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 162 255 -
CMYK 0.08 0.36 0 0
HSL 287.1º 1% 0.82% -
HSV(B) 287.1º 0.36% 1% -
XYZ 65.23 50.72 100.96 -
YUV 194.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 235 162 255 0.08 0.36 0 0 287.1 1 0.82
Hex EB A2 FF 8 24 0 0 11F 64 52
Octal 353 242 377 10 44 0 0 437 144 122
Binary 11101011 10100010 11111111 1000 100100 0 0 100011111 1100100 1010010

Color Harmonies of #EBA2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA2FF

Black with #EBA2FF

Text Example


Text Example

White with #EBA2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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