Html Css Color HEX #EC5096 French Rose

📋 copy color: '#EC5096'

red 236 ◦ green 80 ◦ blue 150

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

Shades of French Rose #EC5096

Tints of French Rose #EC5096

RGB

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

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

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

R = 50.64%
G = 17.17%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC5096 (or 0xEC5096) is known color: French Rose. HEX triplet: EC, 50 and 96. RGB value is (236,80,150). Sum of RGB (Red+Green+Blue) = 236+80+150=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5096 is #13AF69. Grayscale: #868686. Windows color (decimal): -1290090 or 9851116. OLE color: 9851116.

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

Color convert

RGB 236 80 150 -
CMYK 0 0.66 0.36 0.07
HSL 333.08º 0.8% 0.62% -
HSV(B) 333.08º 0.66% 0.93% -
XYZ 42.97 25.77 31.56 -
YUV 134.62 136.68 200.31 -
System Red Green Blue C M Y K H S L
Decimal 236 80 150 0 0.66 0.36 0.07 333.08 0.8 0.62
Hex EC 50 96 0 42 24 7 14D 50 3E
Octal 354 120 226 0 102 44 7 515 120 76
Binary 11101100 1010000 10010110 0 1000010 100100 111 101001101 1010000 111110

Color Harmonies of #EC5096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5096

Black with #EC5096

Text Example


Text Example

White with #EC5096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5096; }

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

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

background-color css

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

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

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

border-color css

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

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

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