Html Css Color HEX #EA8BA9 Mauvelous

📋 copy color: '#EA8BA9'

red 234 ◦ green 139 ◦ blue 169

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

Shades of Mauvelous #EA8BA9

Tints of Mauvelous #EA8BA9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.65%

 BLUE value IS 169 (66.41% from 255) = 31.18%

R = 43.17%
G = 25.65%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA8BA9 (or 0xEA8BA9) is known color: Mauvelous. HEX triplet: EA, 8B and A9. RGB value is (234,139,169). Sum of RGB (Red+Green+Blue) = 234+139+169=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8BA9 is #157456. Grayscale: #AAAAAA. Windows color (decimal): -1406039 or 11111402. OLE color: 11111402.

HSL color Cylindrical-coordinate representation of color #EA8BA9: hue angle of 341.05º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8BA9 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 139 169 -
CMYK 0 0.41 0.28 0.08
HSL 341.05º 0.69% 0.73% -
HSV(B) 341.05º 0.41% 0.92% -
XYZ 50.33 38.82 42.38 -
YUV 170.83 126.97 173.06 -
System Red Green Blue C M Y K H S L
Decimal 234 139 169 0 0.41 0.28 0.08 341.05 0.69 0.73
Hex EA 8B A9 0 29 1C 8 155 45 49
Octal 352 213 251 0 51 34 10 525 105 111
Binary 11101010 10001011 10101001 0 101001 11100 1000 101010101 1000101 1001001

Color Harmonies of #EA8BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8BA9

Black with #EA8BA9

Text Example


Text Example

White with #EA8BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8BA9; }

 p { color: rgb(234,139,169); }

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

background-color css

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

 a { background-color: rgb(234,139,169); }

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

border-color css

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

 span { border-color: rgb(234,139,169); }

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