#EC6EBD

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

Shades of Neon Pink #EC6EBD

Tints of Neon Pink #EC6EBD

Color information

#EC6EBD (or 0xEC6EBD) is unknown color: approx Neon Pink. HEX triplet: EC, 6E and BD. RGB value is (236,110,189). Sum of RGB (Red+Green+Blue) = 236+110+189=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6EBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6EBD is #139142. Grayscale: #9C9C9C. Windows color (decimal): -1282371 or 12414700. OLE color: 12414700.

HSL color Cylindrical-coordinate representation of color #EC6EBD: hue angle of 322.38º 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 #EC6EBD is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236110189-
CMYK00.530.200.07
HSL322.38º76.83%67.84%-
HSV(B)322.38º53.39%92.55%-
XYZ49.3532.6651.85-
YUV156.68146.24184.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.11%
GREEN value IS 110 (43.36% from 255) = 20.56%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=44.11%
G=20.56%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611018900.530.200.07322.3876.8367.84
HexEC6EBD0351471424d44
Octal354156275065247502115104
Binary1110110011011101011110101101011010011110100001010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6EBD; }

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

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

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

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

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

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

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

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