Html Css Color HEX #EA8CA2 Mauvelous

📋 copy color: '#EA8CA2'

red 234 ◦ green 140 ◦ blue 162

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

Shades of Mauvelous #EA8CA2

Tints of Mauvelous #EA8CA2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.12%

 BLUE value IS 162 (63.67% from 255) = 30.22%

R = 43.66%
G = 26.12%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EA8CA2 (or 0xEA8CA2) is known color: Mauvelous. HEX triplet: EA, 8C and A2. RGB value is (234,140,162). Sum of RGB (Red+Green+Blue) = 234+140+162=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8CA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8CA2 is #15735D. Grayscale: #AAAAAA. Windows color (decimal): -1405790 or 10652906. OLE color: 10652906.

HSL color Cylindrical-coordinate representation of color #EA8CA2: hue angle of 345.96º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8CA2 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 140 162 -
CMYK 0 0.40 0.31 0.08
HSL 345.96º 0.69% 0.73% -
HSV(B) 345.96º 0.4% 0.92% -
XYZ 49.83 38.86 39.06 -
YUV 170.61 123.14 173.21 -
System Red Green Blue C M Y K H S L
Decimal 234 140 162 0 0.40 0.31 0.08 345.96 0.69 0.73
Hex EA 8C A2 0 28 1F 8 15A 45 49
Octal 352 214 242 0 50 37 10 532 105 111
Binary 11101010 10001100 10100010 0 101000 11111 1000 101011010 1000101 1001001

Color Harmonies of #EA8CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8CA2

Black with #EA8CA2

Text Example


Text Example

White with #EA8CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8CA2; }

 p { color: rgb(234,140,162); }

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

background-color css

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

 a { background-color: rgb(234,140,162); }

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

border-color css

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

 span { border-color: rgb(234,140,162); }

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