Html Css Color HEX #EBAFFF Mauve

📋 copy color: '#EBAFFF'

red 235 ◦ green 175 ◦ blue 255

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

Shades of Mauve #EBAFFF

Tints of Mauve #EBAFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.32%

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

R = 35.34%
G = 26.32%
B = 38.35%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBAFFF (or 0xEBAFFF) is known color: Mauve. HEX triplet: EB, AF and FF. RGB value is (235,175,255). Sum of RGB (Red+Green+Blue) = 235+175+255=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 175 (68.75% from 255 or 26.32% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBAFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFFF is #145000. Grayscale: #C9C9C9. Windows color (decimal): -1331201 or 16756715. OLE color: 16756715.

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

Color convert

RGB 235 175 255 -
CMYK 0.08 0.31 0 0
HSL 285º 1% 0.84% -
HSV(B) 285º 0.31% 1% -
XYZ 67.64 55.54 101.76 -
YUV 202.06 157.88 151.5 -
System Red Green Blue C M Y K H S L
Decimal 235 175 255 0.08 0.31 0 0 285 1 0.84
Hex EB AF FF 8 1F 0 0 11D 64 54
Octal 353 257 377 10 37 0 0 435 144 124
Binary 11101011 10101111 11111111 1000 11111 0 0 100011101 1100100 1010100

Color Harmonies of #EBAFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAFFF

Black with #EBAFFF

Text Example


Text Example

White with #EBAFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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