#EC6FBE

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

Shades of Neon Pink #EC6FBE

Tints of Neon Pink #EC6FBE

Color information

#EC6FBE (or 0xEC6FBE) is unknown color: approx Neon Pink. HEX triplet: EC, 6F and BE. RGB value is (236,111,190). Sum of RGB (Red+Green+Blue) = 236+111+190=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FBE is #139041. Grayscale: #9D9D9D. Windows color (decimal): -1282114 or 12480492. OLE color: 12480492.

HSL color Cylindrical-coordinate representation of color #EC6FBE: hue angle of 322.08º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6FBE is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236111190-
CMYK00.530.190.07
HSL322.08º76.69%68.04%-
HSV(B)322.08º52.97%92.55%-
XYZ49.5732.9252.46-
YUV157.38146.41184.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.95%
GREEN value IS 111 (43.75% from 255) = 20.67%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=43.95%
G=20.67%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611119000.530.190.07322.0876.6968.04
HexEC6FBE0351371424d44
Octal354157276065237502115104
Binary1110110011011111011111001101011001111110100001010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6FBE; }

 p { color: rgb(236,111,190); }

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

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

 a { background-color: rgb(236,111,190); }

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

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

 span { border-color: rgb(236,111,190); }

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