Html Css Color HEX #EBAEF6 Mauve

📋 copy color: '#EBAEF6'

red 235 ◦ green 174 ◦ blue 246

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

Shades of Mauve #EBAEF6

Tints of Mauve #EBAEF6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.56%

 BLUE value IS 246 (96.48% from 255) = 37.56%

R = 35.88%
G = 26.56%
B = 37.56%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EBAEF6 (or 0xEBAEF6) is known color: Mauve. HEX triplet: EB, AE and F6. RGB value is (235,174,246). Sum of RGB (Red+Green+Blue) = 235+174+246=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 174 (68.36% from 255 or 26.56% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBAEF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEF6 is #145109. Grayscale: #C8C8C8. Windows color (decimal): -1331466 or 16166635. OLE color: 16166635.

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

Color convert

RGB 235 174 246 -
CMYK 0.04 0.29 0 0.04
HSL 290.83º 0.8% 0.82% -
HSV(B) 290.83º 0.29% 0.96% -
XYZ 66.03 54.59 94.25 -
YUV 200.45 153.71 152.65 -
System Red Green Blue C M Y K H S L
Decimal 235 174 246 0.04 0.29 0 0.04 290.83 0.8 0.82
Hex EB AE F6 4 1D 0 4 123 50 52
Octal 353 256 366 4 35 0 4 443 120 122
Binary 11101011 10101110 11110110 100 11101 0 100 100100011 1010000 1010010

Color Harmonies of #EBAEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAEF6

Black with #EBAEF6

Text Example


Text Example

White with #EBAEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAEF6; }

 p { color: rgb(235,174,246); }

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

background-color css

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

 a { background-color: rgb(235,174,246); }

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

border-color css

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

 span { border-color: rgb(235,174,246); }

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