Html Css Color HEX #EC5090 French Rose

📋 copy color: '#EC5090'

red 236 ◦ green 80 ◦ blue 144

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

Shades of French Rose #EC5090

Tints of French Rose #EC5090

RGB

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

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

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

R = 51.3%
G = 17.39%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC5090 (or 0xEC5090) is known color: French Rose. HEX triplet: EC, 50 and 90. RGB value is (236,80,144). Sum of RGB (Red+Green+Blue) = 236+80+144=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5090 is #13AF6F. Grayscale: #858585. Windows color (decimal): -1290096 or 9457900. OLE color: 9457900.

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

Color convert

RGB 236 80 144 -
CMYK 0 0.66 0.39 0.07
HSL 335.38º 0.8% 0.62% -
HSV(B) 335.38º 0.66% 0.93% -
XYZ 42.49 25.58 29.08 -
YUV 133.94 133.68 200.8 -
System Red Green Blue C M Y K H S L
Decimal 236 80 144 0 0.66 0.39 0.07 335.38 0.8 0.62
Hex EC 50 90 0 42 27 7 14F 50 3E
Octal 354 120 220 0 102 47 7 517 120 76
Binary 11101100 1010000 10010000 0 1000010 100111 111 101001111 1010000 111110

Color Harmonies of #EC5090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5090

Black with #EC5090

Text Example


Text Example

White with #EC5090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5090; }

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

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

background-color css

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

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

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

border-color css

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

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

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