Html Css Color HEX #EA8AAC Mauvelous

📋 copy color: '#EA8AAC'

red 234 ◦ green 138 ◦ blue 172

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

Shades of Mauvelous #EA8AAC

Tints of Mauvelous #EA8AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.62%

R = 43.01%
G = 25.37%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA8AAC (or 0xEA8AAC) is known color: Mauvelous. HEX triplet: EA, 8A and AC. RGB value is (234,138,172). Sum of RGB (Red+Green+Blue) = 234+138+172=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8AAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8AAC is #157553. Grayscale: #AAAAAA. Windows color (decimal): -1406292 or 11307754. OLE color: 11307754.

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

Color convert

RGB 234 138 172 -
CMYK 0 0.41 0.26 0.08
HSL 338.75º 0.7% 0.73% -
HSV(B) 338.75º 0.41% 0.92% -
XYZ 50.47 38.65 43.83 -
YUV 170.58 128.8 173.24 -
System Red Green Blue C M Y K H S L
Decimal 234 138 172 0 0.41 0.26 0.08 338.75 0.7 0.73
Hex EA 8A AC 0 29 1A 8 153 46 49
Octal 352 212 254 0 51 32 10 523 106 111
Binary 11101010 10001010 10101100 0 101001 11010 1000 101010011 1000110 1001001

Color Harmonies of #EA8AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8AAC

Black with #EA8AAC

Text Example


Text Example

White with #EA8AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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