Html Css Color HEX #EC5290 French Rose

📋 copy color: '#EC5290'

red 236 ◦ green 82 ◦ blue 144

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

Shades of French Rose #EC5290

Tints of French Rose #EC5290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.75%

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

R = 51.08%
G = 17.75%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC5290 (or 0xEC5290) is known color: French Rose. HEX triplet: EC, 52 and 90. RGB value is (236,82,144). Sum of RGB (Red+Green+Blue) = 236+82+144=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5290 is #13AD6F. Grayscale: #878787. Windows color (decimal): -1289584 or 9458412. OLE color: 9458412.

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

Color convert

RGB 236 82 144 -
CMYK 0 0.65 0.39 0.07
HSL 335.84º 0.8% 0.62% -
HSV(B) 335.84º 0.65% 0.93% -
XYZ 42.64 25.88 29.13 -
YUV 135.11 133.02 199.96 -
System Red Green Blue C M Y K H S L
Decimal 236 82 144 0 0.65 0.39 0.07 335.84 0.8 0.62
Hex EC 52 90 0 41 27 7 150 50 3E
Octal 354 122 220 0 101 47 7 520 120 76
Binary 11101100 1010010 10010000 0 1000001 100111 111 101010000 1010000 111110

Color Harmonies of #EC5290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5290

Black with #EC5290

Text Example


Text Example

White with #EC5290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5290; }

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

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

background-color css

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

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

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

border-color css

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

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

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