Html Css Color HEX #EA8AA7 Mauvelous

📋 copy color: '#EA8AA7'

red 234 ◦ green 138 ◦ blue 167

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

Shades of Mauvelous #EA8AA7

Tints of Mauvelous #EA8AA7

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.6%

 BLUE value IS 167 (65.63% from 255) = 30.98%

R = 43.41%
G = 25.6%
B = 30.98%

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

#EA8AA7 (or 0xEA8AA7) is known color: Mauvelous. HEX triplet: EA, 8A and A7. RGB value is (234,138,167). Sum of RGB (Red+Green+Blue) = 234+138+167=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 167 (65.62% from 255 or 30.98% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8AA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8AA7 is #157558. Grayscale: #A9A9A9. Windows color (decimal): -1406297 or 10980074. OLE color: 10980074.

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

Color convert

RGB 234 138 167 -
CMYK 0 0.41 0.29 0.08
HSL 341.88º 0.7% 0.73% -
HSV(B) 341.88º 0.41% 0.92% -
XYZ 50 38.46 41.35 -
YUV 170.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 234 138 167 0 0.41 0.29 0.08 341.88 0.7 0.73
Hex EA 8A A7 0 29 1D 8 156 46 49
Octal 352 212 247 0 51 35 10 526 106 111
Binary 11101010 10001010 10100111 0 101001 11101 1000 101010110 1000110 1001001

Color Harmonies of #EA8AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8AA7

Black with #EA8AA7

Text Example


Text Example

White with #EA8AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8AA7; }

 p { color: rgb(234,138,167); }

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

background-color css

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

 a { background-color: rgb(234,138,167); }

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

border-color css

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

 span { border-color: rgb(234,138,167); }

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