Html Css Color HEX #EC8CA2 Mauvelous

📋 copy color: '#EC8CA2'

red 236 ◦ green 140 ◦ blue 162

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

Shades of Mauvelous #EC8CA2

Tints of Mauvelous #EC8CA2

RGB

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

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

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

R = 43.87%
G = 26.02%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC8CA2 (or 0xEC8CA2) is known color: Mauvelous. HEX triplet: EC, 8C and A2. RGB value is (236,140,162). Sum of RGB (Red+Green+Blue) = 236+140+162=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8CA2 is #13735D. Grayscale: #ABABAB. Windows color (decimal): -1274718 or 10652908. OLE color: 10652908.

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

Color convert

RGB 236 140 162 -
CMYK 0 0.41 0.31 0.07
HSL 346.25º 0.72% 0.74% -
HSV(B) 346.25º 0.41% 0.93% -
XYZ 50.49 39.2 39.09 -
YUV 171.21 122.8 174.21 -
System Red Green Blue C M Y K H S L
Decimal 236 140 162 0 0.41 0.31 0.07 346.25 0.72 0.74
Hex EC 8C A2 0 29 1F 7 15A 48 4A
Octal 354 214 242 0 51 37 7 532 110 112
Binary 11101100 10001100 10100010 0 101001 11111 111 101011010 1001000 1001010

Color Harmonies of #EC8CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8CA2

Black with #EC8CA2

Text Example


Text Example

White with #EC8CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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