Html Css Color HEX #EA88A0 Mauvelous

📋 copy color: '#EA88A0'

red 234 ◦ green 136 ◦ blue 160

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

Shades of Mauvelous #EA88A0

Tints of Mauvelous #EA88A0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.66%

 BLUE value IS 160 (62.89% from 255) = 30.19%

R = 44.15%
G = 25.66%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA88A0 (or 0xEA88A0) is known color: Mauvelous. HEX triplet: EA, 88 and A0. RGB value is (234,136,160). Sum of RGB (Red+Green+Blue) = 234+136+160=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA88A0 is #15775F. Grayscale: #A8A8A8. Windows color (decimal): -1406816 or 10520810. OLE color: 10520810.

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

Color convert

RGB 234 136 160 -
CMYK 0 0.42 0.32 0.08
HSL 345.31º 0.7% 0.73% -
HSV(B) 345.31º 0.42% 0.92% -
XYZ 49.08 37.64 37.94 -
YUV 168.04 123.47 175.05 -
System Red Green Blue C M Y K H S L
Decimal 234 136 160 0 0.42 0.32 0.08 345.31 0.7 0.73
Hex EA 88 A0 0 2A 20 8 159 46 49
Octal 352 210 240 0 52 40 10 531 106 111
Binary 11101010 10001000 10100000 0 101010 100000 1000 101011001 1000110 1001001

Color Harmonies of #EA88A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA88A0

Black with #EA88A0

Text Example


Text Example

White with #EA88A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA88A0; }

 p { color: rgb(234,136,160); }

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

background-color css

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

 a { background-color: rgb(234,136,160); }

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

border-color css

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

 span { border-color: rgb(234,136,160); }

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