Html Css Color HEX #EAC0FB Mauve

📋 copy color: '#EAC0FB'

red 234 ◦ green 192 ◦ blue 251

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

Shades of Mauve #EAC0FB

Tints of Mauve #EAC0FB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.36%

 BLUE value IS 251 (98.44% from 255) = 37.08%

R = 34.56%
G = 28.36%
B = 37.08%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAC0FB (or 0xEAC0FB) is known color: Mauve. HEX triplet: EA, C0 and FB. RGB value is (234,192,251). Sum of RGB (Red+Green+Blue) = 234+192+251=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 192 (75.39% from 255 or 28.36% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAC0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC0FB is #153F04. Grayscale: #D3D3D3. Windows color (decimal): -1392389 or 16498922. OLE color: 16498922.

HSL color Cylindrical-coordinate representation of color #EAC0FB: hue angle of 282.71º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAC0FB is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 192 251 -
CMYK 0.07 0.24 0 0.02
HSL 282.71º 0.88% 0.87% -
HSV(B) 282.71º 0.24% 0.98% -
XYZ 70.19 62.16 99.56 -
YUV 211.28 150.41 144.2 -
System Red Green Blue C M Y K H S L
Decimal 234 192 251 0.07 0.24 0 0.02 282.71 0.88 0.87
Hex EA C0 FB 7 18 0 2 11B 58 57
Octal 352 300 373 7 30 0 2 433 130 127
Binary 11101010 11000000 11111011 111 11000 0 10 100011011 1011000 1010111

Color Harmonies of #EAC0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC0FB

Black with #EAC0FB

Text Example


Text Example

White with #EAC0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC0FB; }

 p { color: rgb(234,192,251); }

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

background-color css

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

 a { background-color: rgb(234,192,251); }

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

border-color css

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

 span { border-color: rgb(234,192,251); }

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