Html Css Color HEX #EC49AC Brilliant Rose

📋 copy color: '#EC49AC'

red 236 ◦ green 73 ◦ blue 172

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

Shades of Brilliant Rose #EC49AC

Tints of Brilliant Rose #EC49AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.18%

 BLUE value IS 172 (67.58% from 255) = 35.76%

R = 49.06%
G = 15.18%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC49AC (or 0xEC49AC) is known color: Brilliant Rose. HEX triplet: EC, 49 and AC. RGB value is (236,73,172). Sum of RGB (Red+Green+Blue) = 236+73+172=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC49AC is #13B653. Grayscale: #848484. Windows color (decimal): -1291860 or 11291116. OLE color: 11291116.

HSL color Cylindrical-coordinate representation of color #EC49AC: hue angle of 323.56º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC49AC is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 73 172 -
CMYK 0 0.69 0.27 0.07
HSL 323.56º 0.81% 0.61% -
HSV(B) 323.56º 0.69% 0.93% -
XYZ 44.42 25.58 41.63 -
YUV 133.02 150 201.45 -
System Red Green Blue C M Y K H S L
Decimal 236 73 172 0 0.69 0.27 0.07 323.56 0.81 0.61
Hex EC 49 AC 0 45 1B 7 144 51 3D
Octal 354 111 254 0 105 33 7 504 121 75
Binary 11101100 1001001 10101100 0 1000101 11011 111 101000100 1010001 111101

Color Harmonies of #EC49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC49AC

Black with #EC49AC

Text Example


Text Example

White with #EC49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC49AC; }

 p { color: rgb(236,73,172); }

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

background-color css

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

 a { background-color: rgb(236,73,172); }

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

border-color css

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

 span { border-color: rgb(236,73,172); }

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