Html Css Color HEX #EC5099 French Rose

📋 copy color: '#EC5099'

red 236 ◦ green 80 ◦ blue 153

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

Shades of French Rose #EC5099

Tints of French Rose #EC5099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.06%

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

R = 50.32%
G = 17.06%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC5099 (or 0xEC5099) is known color: French Rose. HEX triplet: EC, 50 and 99. RGB value is (236,80,153). Sum of RGB (Red+Green+Blue) = 236+80+153=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5099 is #13AF66. Grayscale: #868686. Windows color (decimal): -1290087 or 10047724. OLE color: 10047724.

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

Color convert

RGB 236 80 153 -
CMYK 0 0.66 0.35 0.07
HSL 331.92º 0.8% 0.62% -
HSV(B) 331.92º 0.66% 0.93% -
XYZ 43.21 25.87 32.85 -
YUV 134.97 138.18 200.06 -
System Red Green Blue C M Y K H S L
Decimal 236 80 153 0 0.66 0.35 0.07 331.92 0.8 0.62
Hex EC 50 99 0 42 23 7 14C 50 3E
Octal 354 120 231 0 102 43 7 514 120 76
Binary 11101100 1010000 10011001 0 1000010 100011 111 101001100 1010000 111110

Color Harmonies of #EC5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5099

Black with #EC5099

Text Example


Text Example

White with #EC5099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5099; }

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

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

background-color css

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

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

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

border-color css

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

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

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