#EC5E99

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

Shades of Brilliant Rose #EC5E99

Tints of Brilliant Rose #EC5E99

Color information

#EC5E99 (or 0xEC5E99) is unknown color: approx Brilliant Rose. HEX triplet: EC, 5E and 99. RGB value is (236,94,153). Sum of RGB (Red+Green+Blue) = 236+94+153=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5E99 is #13A166. Grayscale: #8F8F8F. Windows color (decimal): -1286503 or 10051308. OLE color: 10051308.

HSL color Cylindrical-coordinate representation of color #EC5E99: hue angle of 335.07º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5E99 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB23694153-
CMYK00.600.350.07
HSL335.07º78.89%64.71%-
HSV(B)335.07º60.17%92.55%-
XYZ44.3428.1433.23-
YUV143.18133.54194.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.86%
GREEN value IS 94 (37.11% from 255) = 19.46%
BLUE value IS 153 (60.16% from 255) = 31.68%
R=48.86%
G=19.46%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369415300.600.350.07335.0778.8964.71
HexEC5E9903C23714f4f41
Octal354136231074437517117101
Binary11101100101111010011001011110010001111110100111110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5E99; }

 p { color: rgb(236,94,153); }

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

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

 a { background-color: rgb(236,94,153); }

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

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

 span { border-color: rgb(236,94,153); }

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