#EC51A6

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

Shades of Brilliant Rose #EC51A6

Tints of Brilliant Rose #EC51A6

Color information

#EC51A6 (or 0xEC51A6) is unknown color: approx Brilliant Rose. HEX triplet: EC, 51 and A6. RGB value is (236,81,166). Sum of RGB (Red+Green+Blue) = 236+81+166=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC51A6 is #13AE59. Grayscale: #888888. Windows color (decimal): -1289818 or 10899948. OLE color: 10899948.

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

Color convert

RGB23681166-
CMYK00.660.300.07
HSL327.1º80.31%62.16%-
HSV(B)327.1º65.68%92.55%-
XYZ44.4226.4738.84-
YUV137.04144.35198.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.86%
GREEN value IS 81 (32.03% from 255) = 16.77%
BLUE value IS 166 (65.23% from 255) = 34.37%
R=48.86%
G=16.77%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368116600.660.300.07327.180.3162.16
HexEC51A60421E7147503e
Octal354121246010236750712076
Binary1110110010100011010011001000010111101111010001111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC51A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC51A6; }

 p { color: rgb(236,81,166); }

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

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

 a { background-color: rgb(236,81,166); }

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

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

 span { border-color: rgb(236,81,166); }

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