Html Css Color HEX #EA84AA Mauvelous

📋 copy color: '#EA84AA'

red 234 ◦ green 132 ◦ blue 170

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

Shades of Mauvelous #EA84AA

Tints of Mauvelous #EA84AA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.63%

 BLUE value IS 170 (66.8% from 255) = 31.72%

R = 43.66%
G = 24.63%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA84AA (or 0xEA84AA) is known color: Mauvelous. HEX triplet: EA, 84 and AA. RGB value is (234,132,170). Sum of RGB (Red+Green+Blue) = 234+132+170=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA84AA is #157B55. Grayscale: #A6A6A6. Windows color (decimal): -1407830 or 11175146. OLE color: 11175146.

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

Color convert

RGB 234 132 170 -
CMYK 0 0.44 0.27 0.08
HSL 337.65º 0.71% 0.72% -
HSV(B) 337.65º 0.44% 0.92% -
XYZ 49.44 36.9 42.55 -
YUV 166.83 129.79 175.91 -
System Red Green Blue C M Y K H S L
Decimal 234 132 170 0 0.44 0.27 0.08 337.65 0.71 0.72
Hex EA 84 AA 0 2C 1B 8 152 47 48
Octal 352 204 252 0 54 33 10 522 107 110
Binary 11101010 10000100 10101010 0 101100 11011 1000 101010010 1000111 1001000

Color Harmonies of #EA84AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA84AA

Black with #EA84AA

Text Example


Text Example

White with #EA84AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA84AA; }

 p { color: rgb(234,132,170); }

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

background-color css

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

 a { background-color: rgb(234,132,170); }

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

border-color css

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

 span { border-color: rgb(234,132,170); }

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