Html Css Color HEX #EAABFD Mauve

📋 copy color: '#EAABFD'

red 234 ◦ green 171 ◦ blue 253

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

Shades of Mauve #EAABFD

Tints of Mauve #EAABFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.45%

R = 35.56%
G = 25.99%
B = 38.45%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EAABFD (or 0xEAABFD) is known color: Mauve. HEX triplet: EA, AB and FD. RGB value is (234,171,253). Sum of RGB (Red+Green+Blue) = 234+171+253=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 171 (67.19% from 255 or 25.99% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAABFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAABFD is #155402. Grayscale: #C6C6C6. Windows color (decimal): -1397763 or 16624618. OLE color: 16624618.

HSL color Cylindrical-coordinate representation of color #EAABFD: hue angle of 286.1º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAABFD is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 171 253 -
CMYK 0.08 0.32 0 0.01
HSL 286.1º 0.95% 0.83% -
HSV(B) 286.1º 0.32% 0.99% -
XYZ 66.22 53.71 99.81 -
YUV 199.19 158.37 152.83 -
System Red Green Blue C M Y K H S L
Decimal 234 171 253 0.08 0.32 0 0.01 286.1 0.95 0.83
Hex EA AB FD 8 20 0 1 11E 5F 53
Octal 352 253 375 10 40 0 1 436 137 123
Binary 11101010 10101011 11111101 1000 100000 0 1 100011110 1011111 1010011

Color Harmonies of #EAABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABFD

Black with #EAABFD

Text Example


Text Example

White with #EAABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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