#EC5395

Color #EC5395 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #EC5395

Tints of French Rose #EC5395

Color information

#EC5395 (or 0xEC5395) is unknown color: approx French Rose. HEX triplet: EC, 53 and 95. RGB value is (236,83,149). Sum of RGB (Red+Green+Blue) = 236+83+149=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5395 is #13AC6A. Grayscale: #888888. Windows color (decimal): -1289323 or 9786348. OLE color: 9786348.

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

Color convert

RGB23683149-
CMYK00.650.370.07
HSL334.12º80.1%62.55%-
HSV(B)334.12º64.83%92.55%-
XYZ43.1126.1931.22-
YUV136.27135.19199.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.43%
GREEN value IS 83 (32.81% from 255) = 17.74%
BLUE value IS 149 (58.59% from 255) = 31.84%
R=50.43%
G=17.74%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368314900.650.370.07334.1280.162.55
HexEC539504125714e503f
Octal354123225010145751612077
Binary11101100101001110010101010000011001011111010011101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5395; }

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

 H1.HeaderClassName
 {
   color: #EC5395;
 }
 .AnyTagClassName
 {
   color: #EC5395;
 }
</style>
background-color css

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

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

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

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

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

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