Html Css Color HEX #EC4F95 French Rose

📋 copy color: '#EC4F95'

red 236 ◦ green 79 ◦ blue 149

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

Shades of French Rose #EC4F95

Tints of French Rose #EC4F95

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.03%

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

R = 50.86%
G = 17.03%
B = 32.11%

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

#EC4F95 (or 0xEC4F95) is known color: French Rose. HEX triplet: EC, 4F and 95. RGB value is (236,79,149). Sum of RGB (Red+Green+Blue) = 236+79+149=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4F95 is #13B06A. Grayscale: #858585. Windows color (decimal): -1290347 or 9785324. OLE color: 9785324.

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

Color convert

RGB 236 79 149 -
CMYK 0 0.67 0.37 0.07
HSL 333.25º 0.81% 0.62% -
HSV(B) 333.25º 0.67% 0.93% -
XYZ 42.81 25.59 31.12 -
YUV 133.92 136.51 200.81 -
System Red Green Blue C M Y K H S L
Decimal 236 79 149 0 0.67 0.37 0.07 333.25 0.81 0.62
Hex EC 4F 95 0 43 25 7 14D 51 3E
Octal 354 117 225 0 103 45 7 515 121 76
Binary 11101100 1001111 10010101 0 1000011 100101 111 101001101 1010001 111110

Color Harmonies of #EC4F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F95

Black with #EC4F95

Text Example


Text Example

White with #EC4F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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