Html Css Color HEX #EC5996 French Rose

📋 copy color: '#EC5996'

red 236 ◦ green 89 ◦ blue 150

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

Shades of French Rose #EC5996

Tints of French Rose #EC5996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.58%

R = 49.68%
G = 18.74%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC5996 (or 0xEC5996) is known color: French Rose. HEX triplet: EC, 59 and 96. RGB value is (236,89,150). Sum of RGB (Red+Green+Blue) = 236+89+150=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5996 is #13A669. Grayscale: #8B8B8B. Windows color (decimal): -1287786 or 9853420. OLE color: 9853420.

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

Color convert

RGB 236 89 150 -
CMYK 0 0.62 0.36 0.07
HSL 335.1º 0.79% 0.64% -
HSV(B) 335.1º 0.62% 0.93% -
XYZ 43.67 27.18 31.8 -
YUV 139.91 133.7 196.54 -
System Red Green Blue C M Y K H S L
Decimal 236 89 150 0 0.62 0.36 0.07 335.1 0.79 0.64
Hex EC 59 96 0 3E 24 7 14F 4F 40
Octal 354 131 226 0 76 44 7 517 117 100
Binary 11101100 1011001 10010110 0 111110 100100 111 101001111 1001111 1000000

Color Harmonies of #EC5996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5996

Black with #EC5996

Text Example


Text Example

White with #EC5996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5996; }

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

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

background-color css

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

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

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

border-color css

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

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

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