Html Css Color HEX #EA95A4 Mauvelous

📋 copy color: '#EA95A4'

red 234 ◦ green 149 ◦ blue 164

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

Shades of Mauvelous #EA95A4

Tints of Mauvelous #EA95A4

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.24%

 BLUE value IS 164 (64.45% from 255) = 29.98%

R = 42.78%
G = 27.24%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EA95A4 (or 0xEA95A4) is known color: Mauvelous. HEX triplet: EA, 95 and A4. RGB value is (234,149,164). Sum of RGB (Red+Green+Blue) = 234+149+164=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA95A4 is #156A5B. Grayscale: #B0B0B0. Windows color (decimal): -1403484 or 10786282. OLE color: 10786282.

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

Color convert

RGB 234 149 164 -
CMYK 0 0.36 0.30 0.08
HSL 349.41º 0.67% 0.75% -
HSV(B) 349.41º 0.36% 0.92% -
XYZ 51.38 41.67 40.46 -
YUV 176.13 121.16 169.28 -
System Red Green Blue C M Y K H S L
Decimal 234 149 164 0 0.36 0.30 0.08 349.41 0.67 0.75
Hex EA 95 A4 0 24 1E 8 15D 43 4B
Octal 352 225 244 0 44 36 10 535 103 113
Binary 11101010 10010101 10100100 0 100100 11110 1000 101011101 1000011 1001011

Color Harmonies of #EA95A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA95A4

Black with #EA95A4

Text Example


Text Example

White with #EA95A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA95A4; }

 p { color: rgb(234,149,164); }

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

background-color css

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

 a { background-color: rgb(234,149,164); }

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

border-color css

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

 span { border-color: rgb(234,149,164); }

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