Html Css Color HEX #EA8EAC Mauvelous

📋 copy color: '#EA8EAC'

red 234 ◦ green 142 ◦ blue 172

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

Shades of Mauvelous #EA8EAC

Tints of Mauvelous #EA8EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.91%

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

R = 42.7%
G = 25.91%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA8EAC (or 0xEA8EAC) is known color: Mauvelous. HEX triplet: EA, 8E and AC. RGB value is (234,142,172). Sum of RGB (Red+Green+Blue) = 234+142+172=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8EAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8EAC is #157153. Grayscale: #ACACAC. Windows color (decimal): -1405268 or 11308778. OLE color: 11308778.

HSL color Cylindrical-coordinate representation of color #EA8EAC: hue angle of 340.43º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8EAC is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 142 172 -
CMYK 0 0.39 0.26 0.08
HSL 340.43º 0.69% 0.74% -
HSV(B) 340.43º 0.39% 0.92% -
XYZ 51.05 39.82 44.02 -
YUV 172.93 127.48 171.56 -
System Red Green Blue C M Y K H S L
Decimal 234 142 172 0 0.39 0.26 0.08 340.43 0.69 0.74
Hex EA 8E AC 0 27 1A 8 154 45 4A
Octal 352 216 254 0 47 32 10 524 105 112
Binary 11101010 10001110 10101100 0 100111 11010 1000 101010100 1000101 1001010

Color Harmonies of #EA8EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8EAC

Black with #EA8EAC

Text Example


Text Example

White with #EA8EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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