Html Css Color HEX #EC49A7 Brilliant Rose

📋 copy color: '#EC49A7'

red 236 ◦ green 73 ◦ blue 167

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

Shades of Brilliant Rose #EC49A7

Tints of Brilliant Rose #EC49A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.08%

R = 49.58%
G = 15.34%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EC49A7 (or 0xEC49A7) is known color: Brilliant Rose. HEX triplet: EC, 49 and A7. RGB value is (236,73,167). Sum of RGB (Red+Green+Blue) = 236+73+167=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC49A7 is #13B658. Grayscale: #848484. Windows color (decimal): -1291865 or 10963436. OLE color: 10963436.

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

Color convert

RGB 236 73 167 -
CMYK 0 0.69 0.29 0.07
HSL 325.4º 0.81% 0.61% -
HSV(B) 325.4º 0.69% 0.93% -
XYZ 43.95 25.39 39.14 -
YUV 132.45 147.5 201.86 -
System Red Green Blue C M Y K H S L
Decimal 236 73 167 0 0.69 0.29 0.07 325.4 0.81 0.61
Hex EC 49 A7 0 45 1D 7 145 51 3D
Octal 354 111 247 0 105 35 7 505 121 75
Binary 11101100 1001001 10100111 0 1000101 11101 111 101000101 1010001 111101

Color Harmonies of #EC49A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC49A7

Black with #EC49A7

Text Example


Text Example

White with #EC49A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC49A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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