Html Css Color HEX #EA8BAB Mauvelous

📋 copy color: '#EA8BAB'

red 234 ◦ green 139 ◦ blue 171

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

Shades of Mauvelous #EA8BAB

Tints of Mauvelous #EA8BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.43%

R = 43.01%
G = 25.55%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA8BAB (or 0xEA8BAB) is known color: Mauvelous. HEX triplet: EA, 8B and AB. RGB value is (234,139,171). Sum of RGB (Red+Green+Blue) = 234+139+171=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8BAB is #157454. Grayscale: #ABABAB. Windows color (decimal): -1406037 or 11242474. OLE color: 11242474.

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

Color convert

RGB 234 139 171 -
CMYK 0 0.41 0.27 0.08
HSL 339.79º 0.69% 0.73% -
HSV(B) 339.79º 0.41% 0.92% -
XYZ 50.51 38.9 43.37 -
YUV 171.05 127.97 172.9 -
System Red Green Blue C M Y K H S L
Decimal 234 139 171 0 0.41 0.27 0.08 339.79 0.69 0.73
Hex EA 8B AB 0 29 1B 8 154 45 49
Octal 352 213 253 0 51 33 10 524 105 111
Binary 11101010 10001011 10101011 0 101001 11011 1000 101010100 1000101 1001001

Color Harmonies of #EA8BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8BAB

Black with #EA8BAB

Text Example


Text Example

White with #EA8BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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