Html Css Color HEX #EC5492 French Rose

📋 copy color: '#EC5492'

red 236 ◦ green 84 ◦ blue 146

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

Shades of French Rose #EC5492

Tints of French Rose #EC5492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.33%

R = 50.64%
G = 18.03%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC5492 (or 0xEC5492) is known color: French Rose. HEX triplet: EC, 54 and 92. RGB value is (236,84,146). Sum of RGB (Red+Green+Blue) = 236+84+146=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5492 is #13AB6D. Grayscale: #888888. Windows color (decimal): -1289070 or 9589996. OLE color: 9589996.

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

Color convert

RGB 236 84 146 -
CMYK 0 0.64 0.38 0.07
HSL 335.53º 0.8% 0.63% -
HSV(B) 335.53º 0.64% 0.93% -
XYZ 42.95 26.25 30 -
YUV 136.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 236 84 146 0 0.64 0.38 0.07 335.53 0.8 0.63
Hex EC 54 92 0 40 26 7 150 50 3F
Octal 354 124 222 0 100 46 7 520 120 77
Binary 11101100 1010100 10010010 0 1000000 100110 111 101010000 1010000 111111

Color Harmonies of #EC5492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5492

Black with #EC5492

Text Example


Text Example

White with #EC5492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5492; }

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

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

background-color css

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

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

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

border-color css

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

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

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