#EC54B1

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

Shades of Brilliant Rose #EC54B1

Tints of Brilliant Rose #EC54B1

Color information

#EC54B1 (or 0xEC54B1) is unknown color: approx Brilliant Rose. HEX triplet: EC, 54 and B1. RGB value is (236,84,177). Sum of RGB (Red+Green+Blue) = 236+84+177=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC54B1 is #13AB4E. Grayscale: #8B8B8B. Windows color (decimal): -1289039 or 11621612. OLE color: 11621612.

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

Color convert

RGB23684177-
CMYK00.640.250.07
HSL323.29º80%62.75%-
HSV(B)323.29º64.41%92.55%-
XYZ45.727.3544.47-
YUV140.05148.86196.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.48%
GREEN value IS 84 (33.20% from 255) = 16.90%
BLUE value IS 177 (69.53% from 255) = 35.61%
R=47.48%
G=16.90%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368417700.640.250.07323.298062.75
HexEC54B1040197143503f
Octal354124261010031750312077
Binary1110110010101001011000101000000110011111010000111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC54B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC54B1; }

 p { color: rgb(236,84,177); }

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

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

 a { background-color: rgb(236,84,177); }

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

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

 span { border-color: rgb(236,84,177); }

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