#EABFF5

Color #EABFF5 Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #EABFF5

Tints of Mauve #EABFF5

Color information

#EABFF5 (or 0xEABFF5) is unknown color: approx Mauve. HEX triplet: EA, BF and F5. RGB value is (234,191,245). Sum of RGB (Red+Green+Blue) = 234+191+245=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 245 - color contains mainly: blue. Hex color #EABFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFF5 is #15400A. Grayscale: #D1D1D1. Windows color (decimal): -1392651 or 16105450. OLE color: 16105450.

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

Color convert

RGB234191245-
CMYK0.040.2200.04
HSL287.78º72.97%85.49%-
HSV(B)287.78º22.04%96.08%-
XYZ69.0461.3594.59-
YUV210.01147.75145.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 191 (75% from 255) = 28.51%
BLUE value IS 245 (96.09% from 255) = 36.57%
R=34.93%
G=28.51%
B=36.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341912450.040.2200.04287.7872.9785.49
HexEABFF5416041204955
Octal35227736542604440111125
Binary11101010101111111111010110010110010010010000010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFF5; }

 p { color: rgb(234,191,245); }

 H1.HeaderClassName
 {
   color: #EABFF5;
 }
 .AnyTagClassName
 {
   color: #EABFF5;
 }
</style>
background-color css

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

 a { background-color: rgb(234,191,245); }

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

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

 span { border-color: rgb(234,191,245); }

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