#EC55B4

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

Shades of Brilliant Rose #EC55B4

Tints of Brilliant Rose #EC55B4

Color information

#EC55B4 (or 0xEC55B4) is unknown color: approx Brilliant Rose. HEX triplet: EC, 55 and B4. RGB value is (236,85,180). Sum of RGB (Red+Green+Blue) = 236+85+180=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC55B4 is #13AA4B. Grayscale: #8C8C8C. Windows color (decimal): -1288780 or 11818476. OLE color: 11818476.

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

Color convert

RGB23685180-
CMYK00.640.240.07
HSL322.25º79.89%62.94%-
HSV(B)322.25º63.98%92.55%-
XYZ46.0827.6346.08-
YUV140.98150.03195.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.11%
GREEN value IS 85 (33.59% from 255) = 16.97%
BLUE value IS 180 (70.70% from 255) = 35.93%
R=47.11%
G=16.97%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368518000.640.240.07322.2579.8962.94
HexEC55B4040187142503f
Octal354125264010030750212077
Binary1110110010101011011010001000000110001111010000101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC55B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC55B4; }

 p { color: rgb(236,85,180); }

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

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

 a { background-color: rgb(236,85,180); }

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

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

 span { border-color: rgb(236,85,180); }

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