Html Css Color HEX #EC4991 French Rose

📋 copy color: '#EC4991'

red 236 ◦ green 73 ◦ blue 145

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

Shades of French Rose #EC4991

Tints of French Rose #EC4991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.94%

R = 51.98%
G = 16.08%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC4991 (or 0xEC4991) is known color: French Rose. HEX triplet: EC, 49 and 91. RGB value is (236,73,145). Sum of RGB (Red+Green+Blue) = 236+73+145=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4991 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4991 is #13B66E. Grayscale: #818181. Windows color (decimal): -1291887 or 9521644. OLE color: 9521644.

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

Color convert

RGB 236 73 145 -
CMYK 0 0.69 0.39 0.07
HSL 333.5º 0.81% 0.61% -
HSV(B) 333.5º 0.69% 0.93% -
XYZ 42.09 24.64 29.33 -
YUV 129.95 136.5 203.65 -
System Red Green Blue C M Y K H S L
Decimal 236 73 145 0 0.69 0.39 0.07 333.5 0.81 0.61
Hex EC 49 91 0 45 27 7 14D 51 3D
Octal 354 111 221 0 105 47 7 515 121 75
Binary 11101100 1001001 10010001 0 1000101 100111 111 101001101 1010001 111101

Color Harmonies of #EC4991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4991

Black with #EC4991

Text Example


Text Example

White with #EC4991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4991; }

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

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

background-color css

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

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

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

border-color css

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

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

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