Html Css Color HEX #EC5497 French Rose

📋 copy color: '#EC5497'

red 236 ◦ green 84 ◦ blue 151

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

Shades of French Rose #EC5497

Tints of French Rose #EC5497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.83%

 BLUE value IS 151 (59.38% from 255) = 32.06%

R = 50.11%
G = 17.83%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC5497 (or 0xEC5497) is known color: French Rose. HEX triplet: EC, 54 and 97. RGB value is (236,84,151). Sum of RGB (Red+Green+Blue) = 236+84+151=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5497 is #13AB68. Grayscale: #888888. Windows color (decimal): -1289065 or 9917676. OLE color: 9917676.

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

Color convert

RGB 236 84 151 -
CMYK 0 0.64 0.36 0.07
HSL 333.55º 0.8% 0.63% -
HSV(B) 333.55º 0.64% 0.93% -
XYZ 43.35 26.41 32.09 -
YUV 137.09 135.86 198.55 -
System Red Green Blue C M Y K H S L
Decimal 236 84 151 0 0.64 0.36 0.07 333.55 0.8 0.63
Hex EC 54 97 0 40 24 7 14E 50 3F
Octal 354 124 227 0 100 44 7 516 120 77
Binary 11101100 1010100 10010111 0 1000000 100100 111 101001110 1010000 111111

Color Harmonies of #EC5497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5497

Black with #EC5497

Text Example


Text Example

White with #EC5497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5497; }

 p { color: rgb(236,84,151); }

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

background-color css

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

 a { background-color: rgb(236,84,151); }

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

border-color css

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

 span { border-color: rgb(236,84,151); }

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