#EC5798

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

Shades of Brilliant Rose #EC5798

Tints of Brilliant Rose #EC5798

Color information

#EC5798 (or 0xEC5798) is unknown color: approx Brilliant Rose. HEX triplet: EC, 57 and 98. RGB value is (236,87,152). Sum of RGB (Red+Green+Blue) = 236+87+152=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5798 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5798 is #13A867. Grayscale: #8A8A8A. Windows color (decimal): -1288296 or 9983980. OLE color: 9983980.

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

Color convert

RGB23687152-
CMYK00.630.360.07
HSL333.83º79.68%63.33%-
HSV(B)333.83º63.14%92.55%-
XYZ43.6726.9232.6-
YUV138.96135.36197.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.68%
GREEN value IS 87 (34.38% from 255) = 18.32%
BLUE value IS 152 (59.77% from 255) = 32%
R=49.68%
G=18.32%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368715200.630.360.07333.8379.6863.33
HexEC579803F24714e503f
Octal35412723007744751612077
Binary1110110010101111001100001111111001001111010011101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5798; }

 p { color: rgb(236,87,152); }

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

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

 a { background-color: rgb(236,87,152); }

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

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

 span { border-color: rgb(236,87,152); }

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