Html Css Color HEX #EC5992 French Rose

📋 copy color: '#EC5992'

red 236 ◦ green 89 ◦ blue 146

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

Shades of French Rose #EC5992

Tints of French Rose #EC5992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.9%

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

R = 50.11%
G = 18.9%
B = 31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC5992 (or 0xEC5992) is known color: French Rose. HEX triplet: EC, 59 and 92. RGB value is (236,89,146). Sum of RGB (Red+Green+Blue) = 236+89+146=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5992 is #13A66D. Grayscale: #8B8B8B. Windows color (decimal): -1287790 or 9591276. OLE color: 9591276.

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

Color convert

RGB 236 89 146 -
CMYK 0 0.62 0.38 0.07
HSL 336.73º 0.79% 0.64% -
HSV(B) 336.73º 0.62% 0.93% -
XYZ 43.35 27.05 30.13 -
YUV 139.45 131.7 196.87 -
System Red Green Blue C M Y K H S L
Decimal 236 89 146 0 0.62 0.38 0.07 336.73 0.79 0.64
Hex EC 59 92 0 3E 26 7 151 4F 40
Octal 354 131 222 0 76 46 7 521 117 100
Binary 11101100 1011001 10010010 0 111110 100110 111 101010001 1001111 1000000

Color Harmonies of #EC5992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5992

Black with #EC5992

Text Example


Text Example

White with #EC5992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5992; }

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

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

background-color css

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

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

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

border-color css

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

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

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