Html Css Color HEX #EABEFD Mauve

📋 copy color: '#EABEFD'

red 234 ◦ green 190 ◦ blue 253

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

Shades of Mauve #EABEFD

Tints of Mauve #EABEFD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.06%

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

R = 34.56%
G = 28.06%
B = 37.37%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EABEFD (or 0xEABEFD) is known color: Mauve. HEX triplet: EA, BE and FD. RGB value is (234,190,253). Sum of RGB (Red+Green+Blue) = 234+190+253=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 190 (74.61% from 255 or 28.06% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #EABEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABEFD is #154102. Grayscale: #D2D2D2. Windows color (decimal): -1392899 or 16629482. OLE color: 16629482.

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

Color convert

RGB 234 190 253 -
CMYK 0.08 0.25 0 0.01
HSL 281.9º 0.94% 0.87% -
HSV(B) 281.9º 0.25% 0.99% -
XYZ 70.07 61.41 101.09 -
YUV 210.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 234 190 253 0.08 0.25 0 0.01 281.9 0.94 0.87
Hex EA BE FD 8 19 0 1 11A 5E 57
Octal 352 276 375 10 31 0 1 432 136 127
Binary 11101010 10111110 11111101 1000 11001 0 1 100011010 1011110 1010111

Color Harmonies of #EABEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABEFD

Black with #EABEFD

Text Example


Text Example

White with #EABEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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