Html Css Color HEX #EA8BA2 Mauvelous

📋 copy color: '#EA8BA2'

red 234 ◦ green 139 ◦ blue 162

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

Shades of Mauvelous #EA8BA2

Tints of Mauvelous #EA8BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.28%

R = 43.74%
G = 25.98%
B = 30.28%

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

#EA8BA2 (or 0xEA8BA2) is known color: Mauvelous. HEX triplet: EA, 8B and A2. RGB value is (234,139,162). Sum of RGB (Red+Green+Blue) = 234+139+162=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 162 (63.67% from 255 or 30.28% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8BA2 is #15745D. Grayscale: #AAAAAA. Windows color (decimal): -1406046 or 10652650. OLE color: 10652650.

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

Color convert

RGB 234 139 162 -
CMYK 0 0.41 0.31 0.08
HSL 345.47º 0.69% 0.73% -
HSV(B) 345.47º 0.41% 0.92% -
XYZ 49.69 38.57 39.01 -
YUV 170.03 123.47 173.63 -
System Red Green Blue C M Y K H S L
Decimal 234 139 162 0 0.41 0.31 0.08 345.47 0.69 0.73
Hex EA 8B A2 0 29 1F 8 159 45 49
Octal 352 213 242 0 51 37 10 531 105 111
Binary 11101010 10001011 10100010 0 101001 11111 1000 101011001 1000101 1001001

Color Harmonies of #EA8BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8BA2

Black with #EA8BA2

Text Example


Text Example

White with #EA8BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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