Html Css Color HEX #EC499D Brilliant Rose

📋 copy color: '#EC499D'

red 236 ◦ green 73 ◦ blue 157

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

Shades of Brilliant Rose #EC499D

Tints of Brilliant Rose #EC499D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.69%

R = 50.64%
G = 15.67%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC499D (or 0xEC499D) is known color: Brilliant Rose. HEX triplet: EC, 49 and 9D. RGB value is (236,73,157). Sum of RGB (Red+Green+Blue) = 236+73+157=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC499D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC499D is #13B662. Grayscale: #838383. Windows color (decimal): -1291875 or 10308076. OLE color: 10308076.

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

Color convert

RGB 236 73 157 -
CMYK 0 0.69 0.33 0.07
HSL 329.08º 0.81% 0.61% -
HSV(B) 329.08º 0.69% 0.93% -
XYZ 43.06 25.03 34.46 -
YUV 131.31 142.5 202.67 -
System Red Green Blue C M Y K H S L
Decimal 236 73 157 0 0.69 0.33 0.07 329.08 0.81 0.61
Hex EC 49 9D 0 45 21 7 149 51 3D
Octal 354 111 235 0 105 41 7 511 121 75
Binary 11101100 1001001 10011101 0 1000101 100001 111 101001001 1010001 111101

Color Harmonies of #EC499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC499D

Black with #EC499D

Text Example


Text Example

White with #EC499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC499D; }

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

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

background-color css

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

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

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

border-color css

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

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

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