Html Css Color HEX #EC8BA5 Mauvelous

📋 copy color: '#EC8BA5'

red 236 ◦ green 139 ◦ blue 165

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

Shades of Mauvelous #EC8BA5

Tints of Mauvelous #EC8BA5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.74%

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

R = 43.7%
G = 25.74%
B = 30.56%

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

#EC8BA5 (or 0xEC8BA5) is known color: Mauvelous. HEX triplet: EC, 8B and A5. RGB value is (236,139,165). Sum of RGB (Red+Green+Blue) = 236+139+165=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8BA5 is #13745A. Grayscale: #AAAAAA. Windows color (decimal): -1274971 or 10849260. OLE color: 10849260.

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

Color convert

RGB 236 139 165 -
CMYK 0 0.41 0.30 0.07
HSL 343.92º 0.72% 0.74% -
HSV(B) 343.92º 0.41% 0.93% -
XYZ 50.62 39.01 40.46 -
YUV 170.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 236 139 165 0 0.41 0.30 0.07 343.92 0.72 0.74
Hex EC 8B A5 0 29 1E 7 158 48 4A
Octal 354 213 245 0 51 36 7 530 110 112
Binary 11101100 10001011 10100101 0 101001 11110 111 101011000 1001000 1001010

Color Harmonies of #EC8BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8BA5

Black with #EC8BA5

Text Example


Text Example

White with #EC8BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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