Html Css Color HEX #EA8BA6 Mauvelous

📋 copy color: '#EA8BA6'

red 234 ◦ green 139 ◦ blue 166

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

Shades of Mauvelous #EA8BA6

Tints of Mauvelous #EA8BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.8%

R = 43.41%
G = 25.79%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA8BA6 (or 0xEA8BA6) is known color: Mauvelous. HEX triplet: EA, 8B and A6. RGB value is (234,139,166). Sum of RGB (Red+Green+Blue) = 234+139+166=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 166 (65.23% from 255 or 30.80% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8BA6 is #157459. Grayscale: #AAAAAA. Windows color (decimal): -1406042 or 10914794. OLE color: 10914794.

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

Color convert

RGB 234 139 166 -
CMYK 0 0.41 0.29 0.08
HSL 342.95º 0.69% 0.73% -
HSV(B) 342.95º 0.41% 0.92% -
XYZ 50.05 38.71 40.91 -
YUV 170.48 125.47 173.3 -
System Red Green Blue C M Y K H S L
Decimal 234 139 166 0 0.41 0.29 0.08 342.95 0.69 0.73
Hex EA 8B A6 0 29 1D 8 157 45 49
Octal 352 213 246 0 51 35 10 527 105 111
Binary 11101010 10001011 10100110 0 101001 11101 1000 101010111 1000101 1001001

Color Harmonies of #EA8BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8BA6

Black with #EA8BA6

Text Example


Text Example

White with #EA8BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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