Html Css Color HEX #EA9BA7 Mauvelous

📋 copy color: '#EA9BA7'

red 234 ◦ green 155 ◦ blue 167

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

Shades of Mauvelous #EA9BA7

Tints of Mauvelous #EA9BA7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.88%

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

R = 42.09%
G = 27.88%
B = 30.04%

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

#EA9BA7 (or 0xEA9BA7) is known color: Mauvelous. HEX triplet: EA, 9B and A7. RGB value is (234,155,167). Sum of RGB (Red+Green+Blue) = 234+155+167=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 167 (65.62% from 255 or 30.04% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9BA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9BA7 is #156458. Grayscale: #B4B4B4. Windows color (decimal): -1401945 or 10984426. OLE color: 10984426.

HSL color Cylindrical-coordinate representation of color #EA9BA7: hue angle of 350.89º degrees, saturation: 0.65, 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 #EA9BA7 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 155 167 -
CMYK 0 0.34 0.29 0.08
HSL 350.89º 0.65% 0.76% -
HSV(B) 350.89º 0.34% 0.92% -
XYZ 52.63 43.73 42.23 -
YUV 179.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 234 155 167 0 0.34 0.29 0.08 350.89 0.65 0.76
Hex EA 9B A7 0 22 1D 8 15F 41 4C
Octal 352 233 247 0 42 35 10 537 101 114
Binary 11101010 10011011 10100111 0 100010 11101 1000 101011111 1000001 1001100

Color Harmonies of #EA9BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9BA7

Black with #EA9BA7

Text Example


Text Example

White with #EA9BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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