Html Css Color HEX #EA82AD Mauvelous

📋 copy color: '#EA82AD'

red 234 ◦ green 130 ◦ blue 173

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

Shades of Mauvelous #EA82AD

Tints of Mauvelous #EA82AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.22%

R = 43.58%
G = 24.21%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA82AD (or 0xEA82AD) is known color: Mauvelous. HEX triplet: EA, 82 and AD. RGB value is (234,130,173). Sum of RGB (Red+Green+Blue) = 234+130+173=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA82AD is #157D52. Grayscale: #A5A5A5. Windows color (decimal): -1408339 or 11371242. OLE color: 11371242.

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

Color convert

RGB 234 130 173 -
CMYK 0 0.44 0.26 0.08
HSL 335.19º 0.71% 0.71% -
HSV(B) 335.19º 0.44% 0.92% -
XYZ 49.46 36.47 43.97 -
YUV 166 131.96 176.5 -
System Red Green Blue C M Y K H S L
Decimal 234 130 173 0 0.44 0.26 0.08 335.19 0.71 0.71
Hex EA 82 AD 0 2C 1A 8 14F 47 47
Octal 352 202 255 0 54 32 10 517 107 107
Binary 11101010 10000010 10101101 0 101100 11010 1000 101001111 1000111 1000111

Color Harmonies of #EA82AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA82AD

Black with #EA82AD

Text Example


Text Example

White with #EA82AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA82AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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