Html Css Color HEX #EC5399 French Rose

📋 copy color: '#EC5399'

red 236 ◦ green 83 ◦ blue 153

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

Shades of French Rose #EC5399

Tints of French Rose #EC5399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.58%

 BLUE value IS 153 (60.16% from 255) = 32.42%

R = 50%
G = 17.58%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC5399 (or 0xEC5399) is known color: French Rose. HEX triplet: EC, 53 and 99. RGB value is (236,83,153). Sum of RGB (Red+Green+Blue) = 236+83+153=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5399 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5399 is #13AC66. Grayscale: #888888. Windows color (decimal): -1289319 or 10048492. OLE color: 10048492.

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

Color convert

RGB 236 83 153 -
CMYK 0 0.65 0.35 0.07
HSL 332.55º 0.8% 0.63% -
HSV(B) 332.55º 0.65% 0.93% -
XYZ 43.44 26.32 32.93 -
YUV 136.73 137.19 198.81 -
System Red Green Blue C M Y K H S L
Decimal 236 83 153 0 0.65 0.35 0.07 332.55 0.8 0.63
Hex EC 53 99 0 41 23 7 14D 50 3F
Octal 354 123 231 0 101 43 7 515 120 77
Binary 11101100 1010011 10011001 0 1000001 100011 111 101001101 1010000 111111

Color Harmonies of #EC5399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5399

Black with #EC5399

Text Example


Text Example

White with #EC5399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5399; }

 p { color: rgb(236,83,153); }

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

background-color css

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

 a { background-color: rgb(236,83,153); }

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

border-color css

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

 span { border-color: rgb(236,83,153); }

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