Html Css Color HEX #EC8A9F Mauvelous

📋 copy color: '#EC8A9F'

red 236 ◦ green 138 ◦ blue 159

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

Shades of Mauvelous #EC8A9F

Tints of Mauvelous #EC8A9F

RGB

 RED value IS 236 (92.58% from 255) = 44.28%

 GREEN value IS 138 (54.3% from 255) = 25.89%

 BLUE value IS 159 (62.5% from 255) = 29.83%

R = 44.28%
G = 25.89%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC8A9F (or 0xEC8A9F) is known color: Mauvelous. HEX triplet: EC, 8A and 9F. RGB value is (236,138,159). Sum of RGB (Red+Green+Blue) = 236+138+159=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8A9F is #137560. Grayscale: #A9A9A9. Windows color (decimal): -1275233 or 10455788. OLE color: 10455788.

HSL color Cylindrical-coordinate representation of color #EC8A9F: hue angle of 347.14º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8A9F is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 138 159 -
CMYK 0 0.42 0.33 0.07
HSL 347.14º 0.72% 0.73% -
HSV(B) 347.14º 0.42% 0.93% -
XYZ 49.94 38.51 37.6 -
YUV 169.7 121.97 175.29 -
System Red Green Blue C M Y K H S L
Decimal 236 138 159 0 0.42 0.33 0.07 347.14 0.72 0.73
Hex EC 8A 9F 0 2A 21 7 15B 48 49
Octal 354 212 237 0 52 41 7 533 110 111
Binary 11101100 10001010 10011111 0 101010 100001 111 101011011 1001000 1001001

Color Harmonies of #EC8A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8A9F

Black with #EC8A9F

Text Example


Text Example

White with #EC8A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8A9F; }

 p { color: rgb(236,138,159); }

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

background-color css

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

 a { background-color: rgb(236,138,159); }

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

border-color css

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

 span { border-color: rgb(236,138,159); }

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