Html Css Color HEX #EC5790 French Rose

📋 copy color: '#EC5790'

red 236 ◦ green 87 ◦ blue 144

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

Shades of French Rose #EC5790

Tints of French Rose #EC5790

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.63%

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

R = 50.54%
G = 18.63%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC5790 (or 0xEC5790) is known color: French Rose. HEX triplet: EC, 57 and 90. RGB value is (236,87,144). Sum of RGB (Red+Green+Blue) = 236+87+144=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5790 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5790 is #13A86F. Grayscale: #898989. Windows color (decimal): -1288304 or 9459692. OLE color: 9459692.

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

Color convert

RGB 236 87 144 -
CMYK 0 0.63 0.39 0.07
HSL 337.05º 0.8% 0.63% -
HSV(B) 337.05º 0.63% 0.93% -
XYZ 43.03 26.66 29.26 -
YUV 138.05 131.36 197.87 -
System Red Green Blue C M Y K H S L
Decimal 236 87 144 0 0.63 0.39 0.07 337.05 0.8 0.63
Hex EC 57 90 0 3F 27 7 151 50 3F
Octal 354 127 220 0 77 47 7 521 120 77
Binary 11101100 1010111 10010000 0 111111 100111 111 101010001 1010000 111111

Color Harmonies of #EC5790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5790

Black with #EC5790

Text Example


Text Example

White with #EC5790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5790; }

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

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

background-color css

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

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

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

border-color css

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

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

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