#EC6BCE

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

Shades of Neon Pink #EC6BCE

Tints of Neon Pink #EC6BCE

Color information

#EC6BCE (or 0xEC6BCE) is unknown color: approx Neon Pink. HEX triplet: EC, 6B and CE. RGB value is (236,107,206). Sum of RGB (Red+Green+Blue) = 236+107+206=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6BCE is #139431. Grayscale: #9C9C9C. Windows color (decimal): -1283122 or 13528044. OLE color: 13528044.

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

Color convert

RGB236107206-
CMYK00.550.130.07
HSL313.95º77.25%67.25%-
HSV(B)313.95º54.66%92.55%-
XYZ50.9932.862.04-
YUV156.86155.74184.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.99%
GREEN value IS 107 (42.19% from 255) = 19.49%
BLUE value IS 206 (80.86% from 255) = 37.52%
R=42.99%
G=19.49%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610720600.550.130.07313.9577.2567.25
HexEC6BCE037D713a4d43
Octal354153316067157472115103
Binary111011001101011110011100110111110111110011101010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6BCE; }

 p { color: rgb(236,107,206); }

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

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

 a { background-color: rgb(236,107,206); }

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

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

 span { border-color: rgb(236,107,206); }

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