#EC54A2

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

Shades of Brilliant Rose #EC54A2

Tints of Brilliant Rose #EC54A2

Color information

#EC54A2 (or 0xEC54A2) is unknown color: approx Brilliant Rose. HEX triplet: EC, 54 and A2. RGB value is (236,84,162). Sum of RGB (Red+Green+Blue) = 236+84+162=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC54A2 is #13AB5D. Grayscale: #8A8A8A. Windows color (decimal): -1289054 or 10638572. OLE color: 10638572.

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

Color convert

RGB23684162-
CMYK00.640.310.07
HSL329.21º80%62.75%-
HSV(B)329.21º64.41%92.55%-
XYZ44.2826.7837.02-
YUV138.34141.36197.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.96%
GREEN value IS 84 (33.20% from 255) = 17.43%
BLUE value IS 162 (63.67% from 255) = 33.61%
R=48.96%
G=17.43%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368416200.640.310.07329.218062.75
HexEC54A20401F7149503f
Octal354124242010037751112077
Binary1110110010101001010001001000000111111111010010011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC54A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC54A2; }

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

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

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

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

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

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

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

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