Html Css Color HEX #EC4992 French Rose

📋 copy color: '#EC4992'

red 236 ◦ green 73 ◦ blue 146

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

Shades of French Rose #EC4992

Tints of French Rose #EC4992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.09%

R = 51.87%
G = 16.04%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC4992 (or 0xEC4992) is known color: French Rose. HEX triplet: EC, 49 and 92. RGB value is (236,73,146). Sum of RGB (Red+Green+Blue) = 236+73+146=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4992 is #13B66D. Grayscale: #818181. Windows color (decimal): -1291886 or 9587180. OLE color: 9587180.

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

Color convert

RGB 236 73 146 -
CMYK 0 0.69 0.38 0.07
HSL 333.13º 0.81% 0.61% -
HSV(B) 333.13º 0.69% 0.93% -
XYZ 42.16 24.67 29.73 -
YUV 130.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 236 73 146 0 0.69 0.38 0.07 333.13 0.81 0.61
Hex EC 49 92 0 45 26 7 14D 51 3D
Octal 354 111 222 0 105 46 7 515 121 75
Binary 11101100 1001001 10010010 0 1000101 100110 111 101001101 1010001 111101

Color Harmonies of #EC4992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4992

Black with #EC4992

Text Example


Text Example

White with #EC4992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4992; }

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

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

background-color css

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

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

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

border-color css

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

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

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