#EC48AB

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

Shades of Brilliant Rose #EC48AB

Tints of Brilliant Rose #EC48AB

Color information

#EC48AB (or 0xEC48AB) is unknown color: approx Brilliant Rose. HEX triplet: EC, 48 and AB. RGB value is (236,72,171). Sum of RGB (Red+Green+Blue) = 236+72+171=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC48AB is #13B754. Grayscale: #848484. Windows color (decimal): -1292117 or 11225324. OLE color: 11225324.

HSL color Cylindrical-coordinate representation of color #EC48AB: hue angle of 323.78º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC48AB is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB23672171-
CMYK00.690.280.07
HSL323.78º81.19%60.39%-
HSV(B)323.78º69.49%92.55%-
XYZ44.2625.4141.1-
YUV132.32149.83201.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.27%
GREEN value IS 72 (28.52% from 255) = 15.03%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=49.27%
G=15.03%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367217100.690.280.07323.7881.1960.39
HexEC48AB0451C7144513c
Octal354110253010534750412174
Binary1110110010010001010101101000101111001111010001001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC48AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC48AB; }

 p { color: rgb(236,72,171); }

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

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

 a { background-color: rgb(236,72,171); }

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

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

 span { border-color: rgb(236,72,171); }

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