Html Css Color HEX #EC4E94 French Rose

📋 copy color: '#EC4E94'

red 236 ◦ green 78 ◦ blue 148

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

Shades of French Rose #EC4E94

Tints of French Rose #EC4E94

RGB

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

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

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

R = 51.08%
G = 16.88%
B = 32.03%

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

#EC4E94 (or 0xEC4E94) is known color: French Rose. HEX triplet: EC, 4E and 94. RGB value is (236,78,148). Sum of RGB (Red+Green+Blue) = 236+78+148=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4E94 is #13B16B. Grayscale: #858585. Windows color (decimal): -1290604 or 9719532. OLE color: 9719532.

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

Color convert

RGB 236 78 148 -
CMYK 0 0.67 0.37 0.07
HSL 333.42º 0.81% 0.62% -
HSV(B) 333.42º 0.67% 0.93% -
XYZ 42.66 25.42 30.67 -
YUV 133.22 136.35 201.31 -
System Red Green Blue C M Y K H S L
Decimal 236 78 148 0 0.67 0.37 0.07 333.42 0.81 0.62
Hex EC 4E 94 0 43 25 7 14D 51 3E
Octal 354 116 224 0 103 45 7 515 121 76
Binary 11101100 1001110 10010100 0 1000011 100101 111 101001101 1010001 111110

Color Harmonies of #EC4E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4E94

Black with #EC4E94

Text Example


Text Example

White with #EC4E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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