Html Css Color HEX #EA8EA0 Mauvelous

📋 copy color: '#EA8EA0'

red 234 ◦ green 142 ◦ blue 160

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

Shades of Mauvelous #EA8EA0

Tints of Mauvelous #EA8EA0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.49%

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

R = 43.66%
G = 26.49%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA8EA0 (or 0xEA8EA0) is known color: Mauvelous. HEX triplet: EA, 8E and A0. RGB value is (234,142,160). Sum of RGB (Red+Green+Blue) = 234+142+160=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8EA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8EA0 is #15715F. Grayscale: #ABABAB. Windows color (decimal): -1405280 or 10522346. OLE color: 10522346.

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

Color convert

RGB 234 142 160 -
CMYK 0 0.39 0.32 0.08
HSL 348.26º 0.69% 0.74% -
HSV(B) 348.26º 0.39% 0.92% -
XYZ 49.95 39.38 38.23 -
YUV 171.56 121.48 172.54 -
System Red Green Blue C M Y K H S L
Decimal 234 142 160 0 0.39 0.32 0.08 348.26 0.69 0.74
Hex EA 8E A0 0 27 20 8 15C 45 4A
Octal 352 216 240 0 47 40 10 534 105 112
Binary 11101010 10001110 10100000 0 100111 100000 1000 101011100 1000101 1001010

Color Harmonies of #EA8EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8EA0

Black with #EA8EA0

Text Example


Text Example

White with #EA8EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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