Html Css Color HEX #EA89A8 Mauvelous

📋 copy color: '#EA89A8'

red 234 ◦ green 137 ◦ blue 168

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

Shades of Mauvelous #EA89A8

Tints of Mauvelous #EA89A8

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.42%

 BLUE value IS 168 (66.02% from 255) = 31.17%

R = 43.41%
G = 25.42%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA89A8 (or 0xEA89A8) is known color: Mauvelous. HEX triplet: EA, 89 and A8. RGB value is (234,137,168). Sum of RGB (Red+Green+Blue) = 234+137+168=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA89A8 is #157657. Grayscale: #A9A9A9. Windows color (decimal): -1406552 or 11045354. OLE color: 11045354.

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

Color convert

RGB 234 137 168 -
CMYK 0 0.41 0.28 0.08
HSL 340.82º 0.7% 0.73% -
HSV(B) 340.82º 0.41% 0.92% -
XYZ 49.95 38.21 41.79 -
YUV 169.54 127.14 173.98 -
System Red Green Blue C M Y K H S L
Decimal 234 137 168 0 0.41 0.28 0.08 340.82 0.7 0.73
Hex EA 89 A8 0 29 1C 8 155 46 49
Octal 352 211 250 0 51 34 10 525 106 111
Binary 11101010 10001001 10101000 0 101001 11100 1000 101010101 1000110 1001001

Color Harmonies of #EA89A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA89A8

Black with #EA89A8

Text Example


Text Example

White with #EA89A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA89A8; }

 p { color: rgb(234,137,168); }

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

background-color css

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

 a { background-color: rgb(234,137,168); }

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

border-color css

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

 span { border-color: rgb(234,137,168); }

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