Html Css Color HEX #EA97A5 Mauvelous

📋 copy color: '#EA97A5'

red 234 ◦ green 151 ◦ blue 165

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

Shades of Mauvelous #EA97A5

Tints of Mauvelous #EA97A5

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.45%

 BLUE value IS 165 (64.84% from 255) = 30%

R = 42.55%
G = 27.45%
B = 30%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA97A5 (or 0xEA97A5) is known color: Mauvelous. HEX triplet: EA, 97 and A5. RGB value is (234,151,165). Sum of RGB (Red+Green+Blue) = 234+151+165=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA97A5 is #15685A. Grayscale: #B1B1B1. Windows color (decimal): -1402971 or 10852330. OLE color: 10852330.

HSL color Cylindrical-coordinate representation of color #EA97A5: hue angle of 349.88º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA97A5 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 151 165 -
CMYK 0 0.35 0.29 0.08
HSL 349.88º 0.66% 0.75% -
HSV(B) 349.88º 0.35% 0.92% -
XYZ 51.79 42.34 41.04 -
YUV 177.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 234 151 165 0 0.35 0.29 0.08 349.88 0.66 0.75
Hex EA 97 A5 0 23 1D 8 15E 42 4B
Octal 352 227 245 0 43 35 10 536 102 113
Binary 11101010 10010111 10100101 0 100011 11101 1000 101011110 1000010 1001011

Color Harmonies of #EA97A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA97A5

Black with #EA97A5

Text Example


Text Example

White with #EA97A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA97A5; }

 p { color: rgb(234,151,165); }

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

background-color css

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

 a { background-color: rgb(234,151,165); }

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

border-color css

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

 span { border-color: rgb(234,151,165); }

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