Html Css Color HEX #EC4D91 French Rose

📋 copy color: '#EC4D91'

red 236 ◦ green 77 ◦ blue 145

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

Shades of French Rose #EC4D91

Tints of French Rose #EC4D91

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.81%

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

R = 51.53%
G = 16.81%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC4D91 (or 0xEC4D91) is known color: French Rose. HEX triplet: EC, 4D and 91. RGB value is (236,77,145). Sum of RGB (Red+Green+Blue) = 236+77+145=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4D91 is #13B26E. Grayscale: #848484. Windows color (decimal): -1290863 or 9522668. OLE color: 9522668.

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

Color convert

RGB 236 77 145 -
CMYK 0 0.67 0.39 0.07
HSL 334.34º 0.81% 0.61% -
HSV(B) 334.34º 0.67% 0.93% -
XYZ 42.36 25.18 29.42 -
YUV 132.29 135.18 201.97 -
System Red Green Blue C M Y K H S L
Decimal 236 77 145 0 0.67 0.39 0.07 334.34 0.81 0.61
Hex EC 4D 91 0 43 27 7 14E 51 3D
Octal 354 115 221 0 103 47 7 516 121 75
Binary 11101100 1001101 10010001 0 1000011 100111 111 101001110 1010001 111101

Color Harmonies of #EC4D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4D91

Black with #EC4D91

Text Example


Text Example

White with #EC4D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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