Html Css Color HEX #EA8BA1 Mauvelous

📋 copy color: '#EA8BA1'

red 234 ◦ green 139 ◦ blue 161

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

Shades of Mauvelous #EA8BA1

Tints of Mauvelous #EA8BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.15%

R = 43.82%
G = 26.03%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EA8BA1 (or 0xEA8BA1) is known color: Mauvelous. HEX triplet: EA, 8B and A1. RGB value is (234,139,161). Sum of RGB (Red+Green+Blue) = 234+139+161=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8BA1 is #15745E. Grayscale: #A9A9A9. Windows color (decimal): -1406047 or 10587114. OLE color: 10587114.

HSL color Cylindrical-coordinate representation of color #EA8BA1: hue angle of 346.11º 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 #EA8BA1 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 139 161 -
CMYK 0 0.41 0.31 0.08
HSL 346.11º 0.69% 0.73% -
HSV(B) 346.11º 0.41% 0.92% -
XYZ 49.6 38.53 38.54 -
YUV 169.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 234 139 161 0 0.41 0.31 0.08 346.11 0.69 0.73
Hex EA 8B A1 0 29 1F 8 15A 45 49
Octal 352 213 241 0 51 37 10 532 105 111
Binary 11101010 10001011 10100001 0 101001 11111 1000 101011010 1000101 1001001

Color Harmonies of #EA8BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8BA1

Black with #EA8BA1

Text Example


Text Example

White with #EA8BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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