Html Css Color HEX #EC499C French Rose

📋 copy color: '#EC499C'

red 236 ◦ green 73 ◦ blue 156

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

Shades of French Rose #EC499C

Tints of French Rose #EC499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.55%

R = 50.75%
G = 15.7%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC499C (or 0xEC499C) is known color: French Rose. HEX triplet: EC, 49 and 9C. RGB value is (236,73,156). Sum of RGB (Red+Green+Blue) = 236+73+156=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC499C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC499C is #13B663. Grayscale: #838383. Windows color (decimal): -1291876 or 10242540. OLE color: 10242540.

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

Color convert

RGB 236 73 156 -
CMYK 0 0.69 0.34 0.07
HSL 329.45º 0.81% 0.61% -
HSV(B) 329.45º 0.69% 0.93% -
XYZ 42.98 25 34.01 -
YUV 131.2 142 202.75 -
System Red Green Blue C M Y K H S L
Decimal 236 73 156 0 0.69 0.34 0.07 329.45 0.81 0.61
Hex EC 49 9C 0 45 22 7 149 51 3D
Octal 354 111 234 0 105 42 7 511 121 75
Binary 11101100 1001001 10011100 0 1000101 100010 111 101001001 1010001 111101

Color Harmonies of #EC499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC499C

Black with #EC499C

Text Example


Text Example

White with #EC499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC499C; }

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

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

background-color css

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

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

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

border-color css

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

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

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