Html Css Color HEX #EAABFF Mauve

📋 copy color: '#EAABFF'

red 234 ◦ green 171 ◦ blue 255

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

Shades of Mauve #EAABFF

Tints of Mauve #EAABFF

RGB

 RED value IS 234 (91.8% from 255) = 35.45%

 GREEN value IS 171 (67.19% from 255) = 25.91%

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

R = 35.45%
G = 25.91%
B = 38.64%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAABFF (or 0xEAABFF) is known color: Mauve. HEX triplet: EA, AB and FF. RGB value is (234,171,255). Sum of RGB (Red+Green+Blue) = 234+171+255=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 171 (67.19% from 255 or 25.91% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAABFF is #155400. Grayscale: #C7C7C7. Windows color (decimal): -1397761 or 16755690. OLE color: 16755690.

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

Color convert

RGB 234 171 255 -
CMYK 0.08 0.33 0 0
HSL 285º 1% 0.84% -
HSV(B) 285º 0.33% 1% -
XYZ 66.54 53.84 101.49 -
YUV 199.41 159.37 152.67 -
System Red Green Blue C M Y K H S L
Decimal 234 171 255 0.08 0.33 0 0 285 1 0.84
Hex EA AB FF 8 21 0 0 11D 64 54
Octal 352 253 377 10 41 0 0 435 144 124
Binary 11101010 10101011 11111111 1000 100001 0 0 100011101 1100100 1010100

Color Harmonies of #EAABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABFF

Black with #EAABFF

Text Example


Text Example

White with #EAABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABFF; }

 p { color: rgb(234,171,255); }

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

background-color css

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

 a { background-color: rgb(234,171,255); }

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

border-color css

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

 span { border-color: rgb(234,171,255); }

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