Html Css Color HEX #EBAEFE Mauve

📋 copy color: '#EBAEFE'

red 235 ◦ green 174 ◦ blue 254

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

Shades of Mauve #EBAEFE

Tints of Mauve #EBAEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.31%

R = 35.44%
G = 26.24%
B = 38.31%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EBAEFE (or 0xEBAEFE) is known color: Mauve. HEX triplet: EB, AE and FE. RGB value is (235,174,254). Sum of RGB (Red+Green+Blue) = 235+174+254=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 174 (68.36% from 255 or 26.24% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBAEFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEFE is #145101. Grayscale: #C9C9C9. Windows color (decimal): -1331458 or 16690923. OLE color: 16690923.

HSL color Cylindrical-coordinate representation of color #EBAEFE: hue angle of 285.75º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBAEFE is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 235 174 254 -
CMYK 0.07 0.31 0 0.00
HSL 285.75º 0.98% 0.84% -
HSV(B) 285.75º 0.31% 1% -
XYZ 67.29 55.09 100.85 -
YUV 201.36 157.71 152 -
System Red Green Blue C M Y K H S L
Decimal 235 174 254 0.07 0.31 0 0.00 285.75 0.98 0.84
Hex EB AE FE 7 1F 0 0 11E 62 54
Octal 353 256 376 7 37 0 0 436 142 124
Binary 11101011 10101110 11111110 111 11111 0 0 100011110 1100010 1010100

Color Harmonies of #EBAEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAEFE

Black with #EBAEFE

Text Example


Text Example

White with #EBAEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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