Html Css Color HEX #EC4791 French Rose

📋 copy color: '#EC4791'

red 236 ◦ green 71 ◦ blue 145

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

Shades of French Rose #EC4791

Tints of French Rose #EC4791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.71%

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

R = 52.21%
G = 15.71%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC4791 (or 0xEC4791) is known color: French Rose. HEX triplet: EC, 47 and 91. RGB value is (236,71,145). Sum of RGB (Red+Green+Blue) = 236+71+145=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4791 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4791 is #13B86E. Grayscale: #808080. Windows color (decimal): -1292399 or 9521132. OLE color: 9521132.

HSL color Cylindrical-coordinate representation of color #EC4791: hue angle of 333.09º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4791 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 71 145 -
CMYK 0 0.70 0.39 0.07
HSL 333.09º 0.81% 0.6% -
HSV(B) 333.09º 0.7% 0.93% -
XYZ 41.96 24.38 29.28 -
YUV 128.77 137.16 204.48 -
System Red Green Blue C M Y K H S L
Decimal 236 71 145 0 0.70 0.39 0.07 333.09 0.81 0.6
Hex EC 47 91 0 46 27 7 14D 51 3C
Octal 354 107 221 0 106 47 7 515 121 74
Binary 11101100 1000111 10010001 0 1000110 100111 111 101001101 1010001 111100

Color Harmonies of #EC4791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4791

Black with #EC4791

Text Example


Text Example

White with #EC4791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4791; }

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

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

background-color css

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

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

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

border-color css

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

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

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