#EC5FBB

Color #EC5FBB Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #EC5FBB

Tints of Hot Pink #EC5FBB

Color information

#EC5FBB (or 0xEC5FBB) is unknown color: approx Hot Pink. HEX triplet: EC, 5F and BB. RGB value is (236,95,187). Sum of RGB (Red+Green+Blue) = 236+95+187=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5FBB is #13A044. Grayscale: #939393. Windows color (decimal): -1286213 or 12279788. OLE color: 12279788.

HSL color Cylindrical-coordinate representation of color #EC5FBB: hue angle of 320.85º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5FBB is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB23695187-
CMYK00.600.210.07
HSL320.85º78.77%64.9%-
HSV(B)320.85º59.75%92.55%-
XYZ47.6529.6150.22-
YUV147.65150.21191.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.56%
GREEN value IS 95 (37.5% from 255) = 18.34%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=45.56%
G=18.34%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369518700.600.210.07320.8578.7764.9
HexEC5FBB03C1571414f41
Octal354137273074257501117101
Binary1110110010111111011101101111001010111110100000110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5FBB; }

 p { color: rgb(236,95,187); }

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

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

 a { background-color: rgb(236,95,187); }

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

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

 span { border-color: rgb(236,95,187); }

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