Html Css Color HEX #EC5193 French Rose

📋 copy color: '#EC5193'

red 236 ◦ green 81 ◦ blue 147

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

Shades of French Rose #EC5193

Tints of French Rose #EC5193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.46%

 BLUE value IS 147 (57.81% from 255) = 31.68%

R = 50.86%
G = 17.46%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC5193 (or 0xEC5193) is known color: French Rose. HEX triplet: EC, 51 and 93. RGB value is (236,81,147). Sum of RGB (Red+Green+Blue) = 236+81+147=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5193 is #13AE6C. Grayscale: #868686. Windows color (decimal): -1289837 or 9654764. OLE color: 9654764.

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

Color convert

RGB 236 81 147 -
CMYK 0 0.66 0.38 0.07
HSL 334.45º 0.8% 0.62% -
HSV(B) 334.45º 0.66% 0.93% -
XYZ 42.8 25.82 30.33 -
YUV 134.87 134.85 200.13 -
System Red Green Blue C M Y K H S L
Decimal 236 81 147 0 0.66 0.38 0.07 334.45 0.8 0.62
Hex EC 51 93 0 42 26 7 14E 50 3E
Octal 354 121 223 0 102 46 7 516 120 76
Binary 11101100 1010001 10010011 0 1000010 100110 111 101001110 1010000 111110

Color Harmonies of #EC5193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5193

Black with #EC5193

Text Example


Text Example

White with #EC5193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5193; }

 p { color: rgb(236,81,147); }

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

background-color css

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

 a { background-color: rgb(236,81,147); }

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

border-color css

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

 span { border-color: rgb(236,81,147); }

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