Html Css Color HEX #EC5695 French Rose

📋 copy color: '#EC5695'

red 236 ◦ green 86 ◦ blue 149

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

Shades of French Rose #EC5695

Tints of French Rose #EC5695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.26%

 BLUE value IS 149 (58.59% from 255) = 31.63%

R = 50.11%
G = 18.26%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC5695 (or 0xEC5695) is known color: French Rose. HEX triplet: EC, 56 and 95. RGB value is (236,86,149). Sum of RGB (Red+Green+Blue) = 236+86+149=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5695 is #13A96A. Grayscale: #898989. Windows color (decimal): -1288555 or 9787116. OLE color: 9787116.

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

Color convert

RGB 236 86 149 -
CMYK 0 0.64 0.37 0.07
HSL 334.8º 0.8% 0.63% -
HSV(B) 334.8º 0.64% 0.93% -
XYZ 43.34 26.66 31.29 -
YUV 138.03 134.2 197.88 -
System Red Green Blue C M Y K H S L
Decimal 236 86 149 0 0.64 0.37 0.07 334.8 0.8 0.63
Hex EC 56 95 0 40 25 7 14F 50 3F
Octal 354 126 225 0 100 45 7 517 120 77
Binary 11101100 1010110 10010101 0 1000000 100101 111 101001111 1010000 111111

Color Harmonies of #EC5695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5695

Black with #EC5695

Text Example


Text Example

White with #EC5695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5695; }

 p { color: rgb(236,86,149); }

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

background-color css

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

 a { background-color: rgb(236,86,149); }

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

border-color css

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

 span { border-color: rgb(236,86,149); }

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