Html Css Color HEX #EA90AB Mauvelous

📋 copy color: '#EA90AB'

red 234 ◦ green 144 ◦ blue 171

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

Shades of Mauvelous #EA90AB

Tints of Mauvelous #EA90AB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.23%

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

R = 42.62%
G = 26.23%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA90AB (or 0xEA90AB) is known color: Mauvelous. HEX triplet: EA, 90 and AB. RGB value is (234,144,171). Sum of RGB (Red+Green+Blue) = 234+144+171=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA90AB is #156F54. Grayscale: #ADADAD. Windows color (decimal): -1404757 or 11243754. OLE color: 11243754.

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

Color convert

RGB 234 144 171 -
CMYK 0 0.38 0.27 0.08
HSL 342º 0.68% 0.74% -
HSV(B) 342º 0.38% 0.92% -
XYZ 51.26 40.38 43.62 -
YUV 173.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 234 144 171 0 0.38 0.27 0.08 342 0.68 0.74
Hex EA 90 AB 0 26 1B 8 156 44 4A
Octal 352 220 253 0 46 33 10 526 104 112
Binary 11101010 10010000 10101011 0 100110 11011 1000 101010110 1000100 1001010

Color Harmonies of #EA90AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA90AB

Black with #EA90AB

Text Example


Text Example

White with #EA90AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA90AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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