Html Css Color HEX #EC5895 French Rose

📋 copy color: '#EC5895'

red 236 ◦ green 88 ◦ blue 149

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

Shades of French Rose #EC5895

Tints of French Rose #EC5895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.6%

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

R = 49.89%
G = 18.6%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC5895 (or 0xEC5895) is known color: French Rose. HEX triplet: EC, 58 and 95. RGB value is (236,88,149). Sum of RGB (Red+Green+Blue) = 236+88+149=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5895 is #13A76A. Grayscale: #8B8B8B. Windows color (decimal): -1288043 or 9787628. OLE color: 9787628.

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

Color convert

RGB 236 88 149 -
CMYK 0 0.63 0.37 0.07
HSL 335.27º 0.8% 0.64% -
HSV(B) 335.27º 0.63% 0.93% -
XYZ 43.51 26.98 31.35 -
YUV 139.21 133.53 197.04 -
System Red Green Blue C M Y K H S L
Decimal 236 88 149 0 0.63 0.37 0.07 335.27 0.8 0.64
Hex EC 58 95 0 3F 25 7 14F 50 40
Octal 354 130 225 0 77 45 7 517 120 100
Binary 11101100 1011000 10010101 0 111111 100101 111 101001111 1010000 1000000

Color Harmonies of #EC5895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5895

Black with #EC5895

Text Example


Text Example

White with #EC5895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5895; }

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

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

background-color css

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

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

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

border-color css

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

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

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