Html Css Color HEX #EC90A2 Mauvelous

📋 copy color: '#EC90A2'

red 236 ◦ green 144 ◦ blue 162

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

Shades of Mauvelous #EC90A2

Tints of Mauvelous #EC90A2

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.57%

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

R = 43.54%
G = 26.57%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC90A2 (or 0xEC90A2) is known color: Mauvelous. HEX triplet: EC, 90 and A2. RGB value is (236,144,162). Sum of RGB (Red+Green+Blue) = 236+144+162=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 162 (63.67% from 255 or 29.89% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC90A2 is #136F5D. Grayscale: #ADADAD. Windows color (decimal): -1273694 or 10653932. OLE color: 10653932.

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

Color convert

RGB 236 144 162 -
CMYK 0 0.39 0.31 0.07
HSL 348.26º 0.71% 0.75% -
HSV(B) 348.26º 0.39% 0.93% -
XYZ 51.09 40.39 39.29 -
YUV 173.56 121.48 172.54 -
System Red Green Blue C M Y K H S L
Decimal 236 144 162 0 0.39 0.31 0.07 348.26 0.71 0.75
Hex EC 90 A2 0 27 1F 7 15C 47 4B
Octal 354 220 242 0 47 37 7 534 107 113
Binary 11101100 10010000 10100010 0 100111 11111 111 101011100 1000111 1001011

Color Harmonies of #EC90A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC90A2

Black with #EC90A2

Text Example


Text Example

White with #EC90A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC90A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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