#EC56A5

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

Shades of Brilliant Rose #EC56A5

Tints of Brilliant Rose #EC56A5

Color information

#EC56A5 (or 0xEC56A5) is unknown color: approx Brilliant Rose. HEX triplet: EC, 56 and A5. RGB value is (236,86,165). Sum of RGB (Red+Green+Blue) = 236+86+165=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC56A5 is #13A95A. Grayscale: #8B8B8B. Windows color (decimal): -1288539 or 10835692. OLE color: 10835692.

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

Color convert

RGB23686165-
CMYK00.640.300.07
HSL328.4º79.79%63.14%-
HSV(B)328.4º63.56%92.55%-
XYZ44.7127.2138.49-
YUV139.86142.2196.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.46%
GREEN value IS 86 (33.98% from 255) = 17.66%
BLUE value IS 165 (64.84% from 255) = 33.88%
R=48.46%
G=17.66%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368616500.640.300.07328.479.7963.14
HexEC56A50401E7148503f
Octal354126245010036751012077
Binary1110110010101101010010101000000111101111010010001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC56A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC56A5; }

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

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

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

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

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

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

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

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