Html Css Color HEX #EC4C91 French Rose

📋 copy color: '#EC4C91'

red 236 ◦ green 76 ◦ blue 145

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

Shades of French Rose #EC4C91

Tints of French Rose #EC4C91

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.63%

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

R = 51.64%
G = 16.63%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC4C91 (or 0xEC4C91) is known color: French Rose. HEX triplet: EC, 4C and 91. RGB value is (236,76,145). Sum of RGB (Red+Green+Blue) = 236+76+145=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4C91 is #13B36E. Grayscale: #838383. Windows color (decimal): -1291119 or 9522412. OLE color: 9522412.

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

Color convert

RGB 236 76 145 -
CMYK 0 0.68 0.39 0.07
HSL 334.13º 0.81% 0.61% -
HSV(B) 334.13º 0.68% 0.93% -
XYZ 42.29 25.05 29.39 -
YUV 131.71 135.51 202.39 -
System Red Green Blue C M Y K H S L
Decimal 236 76 145 0 0.68 0.39 0.07 334.13 0.81 0.61
Hex EC 4C 91 0 44 27 7 14E 51 3D
Octal 354 114 221 0 104 47 7 516 121 75
Binary 11101100 1001100 10010001 0 1000100 100111 111 101001110 1010001 111101

Color Harmonies of #EC4C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4C91

Black with #EC4C91

Text Example


Text Example

White with #EC4C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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