Html Css Color HEX #EABFF5 Mauve

📋 copy color: '#EABFF5'

red 234 ◦ green 191 ◦ blue 245

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

Shades of Mauve #EABFF5

Tints of Mauve #EABFF5

RGB

 RED value IS 234 (91.8% 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 value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EABFF5 (or 0xEABFF5) is known color: 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

RGB 234 191 245 -
CMYK 0.04 0.22 0 0.04
HSL 287.78º 0.73% 0.85% -
HSV(B) 287.78º 0.22% 0.96% -
XYZ 69.04 61.35 94.59 -
YUV 210.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 234 191 245 0.04 0.22 0 0.04 287.78 0.73 0.85
Hex EA BF F5 4 16 0 4 120 49 55
Octal 352 277 365 4 26 0 4 440 111 125
Binary 11101010 10111111 11110101 100 10110 0 100 100100000 1001001 1010101

Color Harmonies of #EABFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABFF5

Black with #EABFF5

Text Example


Text Example

White with #EABFF5

Text Example


Text Example

HTML Codes & Css Web 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>