Html Css Color HEX #EC49A6 Brilliant Rose

📋 copy color: '#EC49A6'

red 236 ◦ green 73 ◦ blue 166

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

Shades of Brilliant Rose #EC49A6

Tints of Brilliant Rose #EC49A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.95%

R = 49.68%
G = 15.37%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC49A6 (or 0xEC49A6) is known color: Brilliant Rose. HEX triplet: EC, 49 and A6. RGB value is (236,73,166). Sum of RGB (Red+Green+Blue) = 236+73+166=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC49A6 is #13B659. Grayscale: #848484. Windows color (decimal): -1291866 or 10897900. OLE color: 10897900.

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

Color convert

RGB 236 73 166 -
CMYK 0 0.69 0.30 0.07
HSL 325.77º 0.81% 0.61% -
HSV(B) 325.77º 0.69% 0.93% -
XYZ 43.86 25.35 38.66 -
YUV 132.34 147 201.94 -
System Red Green Blue C M Y K H S L
Decimal 236 73 166 0 0.69 0.30 0.07 325.77 0.81 0.61
Hex EC 49 A6 0 45 1E 7 146 51 3D
Octal 354 111 246 0 105 36 7 506 121 75
Binary 11101100 1001001 10100110 0 1000101 11110 111 101000110 1010001 111101

Color Harmonies of #EC49A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC49A6

Black with #EC49A6

Text Example


Text Example

White with #EC49A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC49A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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