#EC55A5

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

Shades of Brilliant Rose #EC55A5

Tints of Brilliant Rose #EC55A5

Color information

#EC55A5 (or 0xEC55A5) is unknown color: approx Brilliant Rose. HEX triplet: EC, 55 and A5. RGB value is (236,85,165). Sum of RGB (Red+Green+Blue) = 236+85+165=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC55A5 is #13AA5A. Grayscale: #8B8B8B. Windows color (decimal): -1288795 or 10835436. OLE color: 10835436.

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

Color convert

RGB23685165-
CMYK00.640.300.07
HSL328.21º79.89%62.94%-
HSV(B)328.21º63.98%92.55%-
XYZ44.6327.0538.47-
YUV139.27142.53197-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.56%
GREEN value IS 85 (33.59% from 255) = 17.49%
BLUE value IS 165 (64.84% from 255) = 33.95%
R=48.56%
G=17.49%
B=33.95%

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
Decimal2368516500.640.300.07328.2179.8962.94
HexEC55A50401E7148503f
Octal354125245010036751012077
Binary1110110010101011010010101000000111101111010010001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC55A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC55A5; }

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

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

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

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

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

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

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

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