Html Css Color HEX #EC49AB Brilliant Rose

📋 copy color: '#EC49AB'

red 236 ◦ green 73 ◦ blue 171

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

Shades of Brilliant Rose #EC49AB

Tints of Brilliant Rose #EC49AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.63%

R = 49.17%
G = 15.21%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC49AB (or 0xEC49AB) is known color: Brilliant Rose. HEX triplet: EC, 49 and AB. RGB value is (236,73,171). Sum of RGB (Red+Green+Blue) = 236+73+171=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC49AB is #13B654. Grayscale: #848484. Windows color (decimal): -1291861 or 11225580. OLE color: 11225580.

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

Color convert

RGB 236 73 171 -
CMYK 0 0.69 0.28 0.07
HSL 323.93º 0.81% 0.61% -
HSV(B) 323.93º 0.69% 0.93% -
XYZ 44.33 25.54 41.12 -
YUV 132.91 149.5 201.53 -
System Red Green Blue C M Y K H S L
Decimal 236 73 171 0 0.69 0.28 0.07 323.93 0.81 0.61
Hex EC 49 AB 0 45 1C 7 144 51 3D
Octal 354 111 253 0 105 34 7 504 121 75
Binary 11101100 1001001 10101011 0 1000101 11100 111 101000100 1010001 111101

Color Harmonies of #EC49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC49AB

Black with #EC49AB

Text Example


Text Example

White with #EC49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC49AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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