Html Css Color HEX #EA82A9 Mauvelous

📋 copy color: '#EA82A9'

red 234 ◦ green 130 ◦ blue 169

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

Shades of Mauvelous #EA82A9

Tints of Mauvelous #EA82A9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.39%

 BLUE value IS 169 (66.41% from 255) = 31.71%

R = 43.9%
G = 24.39%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA82A9 (or 0xEA82A9) is known color: Mauvelous. HEX triplet: EA, 82 and A9. RGB value is (234,130,169). Sum of RGB (Red+Green+Blue) = 234+130+169=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA82A9 is #157D56. Grayscale: #A5A5A5. Windows color (decimal): -1408343 or 11109098. OLE color: 11109098.

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

Color convert

RGB 234 130 169 -
CMYK 0 0.44 0.28 0.08
HSL 337.5º 0.71% 0.71% -
HSV(B) 337.5º 0.44% 0.92% -
XYZ 49.08 36.32 41.96 -
YUV 165.54 129.96 176.83 -
System Red Green Blue C M Y K H S L
Decimal 234 130 169 0 0.44 0.28 0.08 337.5 0.71 0.71
Hex EA 82 A9 0 2C 1C 8 152 47 47
Octal 352 202 251 0 54 34 10 522 107 107
Binary 11101010 10000010 10101001 0 101100 11100 1000 101010010 1000111 1000111

Color Harmonies of #EA82A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA82A9

Black with #EA82A9

Text Example


Text Example

White with #EA82A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA82A9; }

 p { color: rgb(234,130,169); }

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

background-color css

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

 a { background-color: rgb(234,130,169); }

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

border-color css

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

 span { border-color: rgb(234,130,169); }

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