Html Css Color HEX #EC8FA1 Mauvelous

📋 copy color: '#EC8FA1'

red 236 ◦ green 143 ◦ blue 161

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

Shades of Mauvelous #EC8FA1

Tints of Mauvelous #EC8FA1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.48%

 BLUE value IS 161 (63.28% from 255) = 29.81%

R = 43.7%
G = 26.48%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC8FA1 (or 0xEC8FA1) is known color: Mauvelous. HEX triplet: EC, 8F and A1. RGB value is (236,143,161). Sum of RGB (Red+Green+Blue) = 236+143+161=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8FA1 is #13705E. Grayscale: #ACACAC. Windows color (decimal): -1273951 or 10588140. OLE color: 10588140.

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

Color convert

RGB 236 143 161 -
CMYK 0 0.39 0.32 0.07
HSL 348.39º 0.71% 0.74% -
HSV(B) 348.39º 0.39% 0.93% -
XYZ 50.85 40.05 38.77 -
YUV 172.86 121.31 173.04 -
System Red Green Blue C M Y K H S L
Decimal 236 143 161 0 0.39 0.32 0.07 348.39 0.71 0.74
Hex EC 8F A1 0 27 20 7 15C 47 4A
Octal 354 217 241 0 47 40 7 534 107 112
Binary 11101100 10001111 10100001 0 100111 100000 111 101011100 1000111 1001010

Color Harmonies of #EC8FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8FA1

Black with #EC8FA1

Text Example


Text Example

White with #EC8FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8FA1; }

 p { color: rgb(236,143,161); }

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

background-color css

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

 a { background-color: rgb(236,143,161); }

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

border-color css

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

 span { border-color: rgb(236,143,161); }

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