Html Css Color HEX #EC8DA4 Mauvelous

📋 copy color: '#EC8DA4'

red 236 ◦ green 141 ◦ blue 164

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

Shades of Mauvelous #EC8DA4

Tints of Mauvelous #EC8DA4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.06%

 BLUE value IS 164 (64.45% from 255) = 30.31%

R = 43.62%
G = 26.06%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC8DA4 (or 0xEC8DA4) is known color: Mauvelous. HEX triplet: EC, 8D and A4. RGB value is (236,141,164). Sum of RGB (Red+Green+Blue) = 236+141+164=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8DA4 is #13725B. Grayscale: #ACACAC. Windows color (decimal): -1274460 or 10784236. OLE color: 10784236.

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

Color convert

RGB 236 141 164 -
CMYK 0 0.40 0.31 0.07
HSL 345.47º 0.71% 0.74% -
HSV(B) 345.47º 0.4% 0.93% -
XYZ 50.82 39.56 40.08 -
YUV 172.03 123.47 173.63 -
System Red Green Blue C M Y K H S L
Decimal 236 141 164 0 0.40 0.31 0.07 345.47 0.71 0.74
Hex EC 8D A4 0 28 1F 7 159 47 4A
Octal 354 215 244 0 50 37 7 531 107 112
Binary 11101100 10001101 10100100 0 101000 11111 111 101011001 1000111 1001010

Color Harmonies of #EC8DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8DA4

Black with #EC8DA4

Text Example


Text Example

White with #EC8DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8DA4; }

 p { color: rgb(236,141,164); }

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

background-color css

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

 a { background-color: rgb(236,141,164); }

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

border-color css

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

 span { border-color: rgb(236,141,164); }

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