Html Css Color HEX #EC4F94 French Rose

📋 copy color: '#EC4F94'

red 236 ◦ green 79 ◦ blue 148

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

Shades of French Rose #EC4F94

Tints of French Rose #EC4F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.97%

R = 50.97%
G = 17.06%
B = 31.97%

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

#EC4F94 (or 0xEC4F94) is known color: French Rose. HEX triplet: EC, 4F and 94. RGB value is (236,79,148). Sum of RGB (Red+Green+Blue) = 236+79+148=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4F94 is #13B06B. Grayscale: #858585. Windows color (decimal): -1290348 or 9719788. OLE color: 9719788.

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

Color convert

RGB 236 79 148 -
CMYK 0 0.67 0.37 0.07
HSL 333.63º 0.81% 0.62% -
HSV(B) 333.63º 0.67% 0.93% -
XYZ 42.73 25.56 30.7 -
YUV 133.81 136.01 200.89 -
System Red Green Blue C M Y K H S L
Decimal 236 79 148 0 0.67 0.37 0.07 333.63 0.81 0.62
Hex EC 4F 94 0 43 25 7 14E 51 3E
Octal 354 117 224 0 103 45 7 516 121 76
Binary 11101100 1001111 10010100 0 1000011 100101 111 101001110 1010001 111110

Color Harmonies of #EC4F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F94

Black with #EC4F94

Text Example


Text Example

White with #EC4F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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