#EC5BBD

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

Shades of Neon Pink #EC5BBD

Tints of Neon Pink #EC5BBD

Color information

#EC5BBD (or 0xEC5BBD) is unknown color: approx Neon Pink. HEX triplet: EC, 5B and BD. RGB value is (236,91,189). Sum of RGB (Red+Green+Blue) = 236+91+189=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5BBD is #13A442. Grayscale: #919191. Windows color (decimal): -1287235 or 12409836. OLE color: 12409836.

HSL color Cylindrical-coordinate representation of color #EC5BBD: hue angle of 319.45º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5BBD is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB23691189-
CMYK00.610.200.07
HSL319.45º79.23%64.12%-
HSV(B)319.45º61.44%92.55%-
XYZ47.5228.9951.24-
YUV145.53152.54192.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.74%
GREEN value IS 91 (35.94% from 255) = 17.64%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=45.74%
G=17.64%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369118900.610.200.07319.4579.2364.12
HexEC5BBD03D14713f4f40
Octal354133275075247477117100
Binary1110110010110111011110101111011010011110011111110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5BBD; }

 p { color: rgb(236,91,189); }

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

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

 a { background-color: rgb(236,91,189); }

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

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

 span { border-color: rgb(236,91,189); }

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