Html Css Color HEX #EC4E95 French Rose

📋 copy color: '#EC4E95'

red 236 ◦ green 78 ◦ blue 149

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

Shades of French Rose #EC4E95

Tints of French Rose #EC4E95

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.85%

 BLUE value IS 149 (58.59% from 255) = 32.18%

R = 50.97%
G = 16.85%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC4E95 (or 0xEC4E95) is known color: French Rose. HEX triplet: EC, 4E and 95. RGB value is (236,78,149). Sum of RGB (Red+Green+Blue) = 236+78+149=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4E95 is #13B16A. Grayscale: #858585. Windows color (decimal): -1290603 or 9785068. OLE color: 9785068.

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

Color convert

RGB 236 78 149 -
CMYK 0 0.67 0.37 0.07
HSL 333.04º 0.81% 0.62% -
HSV(B) 333.04º 0.67% 0.93% -
XYZ 42.74 25.45 31.09 -
YUV 133.34 136.85 201.23 -
System Red Green Blue C M Y K H S L
Decimal 236 78 149 0 0.67 0.37 0.07 333.04 0.81 0.62
Hex EC 4E 95 0 43 25 7 14D 51 3E
Octal 354 116 225 0 103 45 7 515 121 76
Binary 11101100 1001110 10010101 0 1000011 100101 111 101001101 1010001 111110

Color Harmonies of #EC4E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4E95

Black with #EC4E95

Text Example


Text Example

White with #EC4E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4E95; }

 p { color: rgb(236,78,149); }

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

background-color css

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

 a { background-color: rgb(236,78,149); }

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

border-color css

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

 span { border-color: rgb(236,78,149); }

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