Html Css Color HEX #EC8CA5 Mauvelous

📋 copy color: '#EC8CA5'

red 236 ◦ green 140 ◦ blue 165

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

Shades of Mauvelous #EC8CA5

Tints of Mauvelous #EC8CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.5%

R = 43.62%
G = 25.88%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC8CA5 (or 0xEC8CA5) is known color: Mauvelous. HEX triplet: EC, 8C and A5. RGB value is (236,140,165). Sum of RGB (Red+Green+Blue) = 236+140+165=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8CA5 is #13735A. Grayscale: #ABABAB. Windows color (decimal): -1274715 or 10849516. OLE color: 10849516.

HSL color Cylindrical-coordinate representation of color #EC8CA5: hue angle of 344.38º 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 #EC8CA5 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 140 165 -
CMYK 0 0.41 0.30 0.07
HSL 344.38º 0.72% 0.74% -
HSV(B) 344.38º 0.41% 0.93% -
XYZ 50.76 39.31 40.51 -
YUV 171.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 236 140 165 0 0.41 0.30 0.07 344.38 0.72 0.74
Hex EC 8C A5 0 29 1E 7 158 48 4A
Octal 354 214 245 0 51 36 7 530 110 112
Binary 11101100 10001100 10100101 0 101001 11110 111 101011000 1001000 1001010

Color Harmonies of #EC8CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8CA5

Black with #EC8CA5

Text Example


Text Example

White with #EC8CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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