Html Css Color HEX #EA9AA7 Mauvelous

📋 copy color: '#EA9AA7'

red 234 ◦ green 154 ◦ blue 167

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

Shades of Mauvelous #EA9AA7

Tints of Mauvelous #EA9AA7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.75%

 BLUE value IS 167 (65.63% from 255) = 30.09%

R = 42.16%
G = 27.75%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA9AA7 (or 0xEA9AA7) is known color: Mauvelous. HEX triplet: EA, 9A and A7. RGB value is (234,154,167). Sum of RGB (Red+Green+Blue) = 234+154+167=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9AA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9AA7 is #156558. Grayscale: #B3B3B3. Windows color (decimal): -1402201 or 10984170. OLE color: 10984170.

HSL color Cylindrical-coordinate representation of color #EA9AA7: hue angle of 350.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9AA7 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 154 167 -
CMYK 0 0.34 0.29 0.08
HSL 350.25º 0.66% 0.76% -
HSV(B) 350.25º 0.34% 0.92% -
XYZ 52.46 43.39 42.17 -
YUV 179.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 234 154 167 0 0.34 0.29 0.08 350.25 0.66 0.76
Hex EA 9A A7 0 22 1D 8 15E 42 4C
Octal 352 232 247 0 42 35 10 536 102 114
Binary 11101010 10011010 10100111 0 100010 11101 1000 101011110 1000010 1001100

Color Harmonies of #EA9AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9AA7

Black with #EA9AA7

Text Example


Text Example

White with #EA9AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9AA7; }

 p { color: rgb(234,154,167); }

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

background-color css

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

 a { background-color: rgb(234,154,167); }

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

border-color css

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

 span { border-color: rgb(234,154,167); }

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