Html Css Color HEX #EC5690 French Rose

📋 copy color: '#EC5690'

red 236 ◦ green 86 ◦ blue 144

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

Shades of French Rose #EC5690

Tints of French Rose #EC5690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.45%

 BLUE value IS 144 (56.64% from 255) = 30.9%

R = 50.64%
G = 18.45%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC5690 (or 0xEC5690) is known color: French Rose. HEX triplet: EC, 56 and 90. RGB value is (236,86,144). Sum of RGB (Red+Green+Blue) = 236+86+144=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5690 is #13A96F. Grayscale: #898989. Windows color (decimal): -1288560 or 9459436. OLE color: 9459436.

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

Color convert

RGB 236 86 144 -
CMYK 0 0.64 0.39 0.07
HSL 336.8º 0.8% 0.63% -
HSV(B) 336.8º 0.64% 0.93% -
XYZ 42.95 26.5 29.24 -
YUV 137.46 131.7 198.28 -
System Red Green Blue C M Y K H S L
Decimal 236 86 144 0 0.64 0.39 0.07 336.8 0.8 0.63
Hex EC 56 90 0 40 27 7 151 50 3F
Octal 354 126 220 0 100 47 7 521 120 77
Binary 11101100 1010110 10010000 0 1000000 100111 111 101010001 1010000 111111

Color Harmonies of #EC5690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5690

Black with #EC5690

Text Example


Text Example

White with #EC5690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5690; }

 p { color: rgb(236,86,144); }

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

background-color css

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

 a { background-color: rgb(236,86,144); }

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

border-color css

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

 span { border-color: rgb(236,86,144); }

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