Html Css Color HEX #EBAEFA Mauve

📋 copy color: '#EBAEFA'

red 235 ◦ green 174 ◦ blue 250

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

Shades of Mauve #EBAEFA

Tints of Mauve #EBAEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.94%

R = 35.66%
G = 26.4%
B = 37.94%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBAEFA (or 0xEBAEFA) is known color: Mauve. HEX triplet: EB, AE and FA. RGB value is (235,174,250). Sum of RGB (Red+Green+Blue) = 235+174+250=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 174 (68.36% from 255 or 26.40% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBAEFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEFA is #145105. Grayscale: #C8C8C8. Windows color (decimal): -1331462 or 16428779. OLE color: 16428779.

HSL color Cylindrical-coordinate representation of color #EBAEFA: hue angle of 288.16º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBAEFA is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 174 250 -
CMYK 0.06 0.30 0 0.02
HSL 288.16º 0.88% 0.83% -
HSV(B) 288.16º 0.3% 0.98% -
XYZ 66.65 54.84 97.51 -
YUV 200.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 235 174 250 0.06 0.30 0 0.02 288.16 0.88 0.83
Hex EB AE FA 6 1E 0 2 120 58 53
Octal 353 256 372 6 36 0 2 440 130 123
Binary 11101011 10101110 11111010 110 11110 0 10 100100000 1011000 1010011

Color Harmonies of #EBAEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAEFA

Black with #EBAEFA

Text Example


Text Example

White with #EBAEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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