#EC69CB

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

Shades of Neon Pink #EC69CB

Tints of Neon Pink #EC69CB

Color information

#EC69CB (or 0xEC69CB) is unknown color: approx Neon Pink. HEX triplet: EC, 69 and CB. RGB value is (236,105,203). Sum of RGB (Red+Green+Blue) = 236+105+203=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC69CB is #139634. Grayscale: #9B9B9B. Windows color (decimal): -1283637 or 13330924. OLE color: 13330924.

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

Color convert

RGB236105203-
CMYK00.560.140.07
HSL315.11º77.51%66.86%-
HSV(B)315.11º55.51%92.55%-
XYZ50.4232.2560.07-
YUV155.34154.9185.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.38%
GREEN value IS 105 (41.41% from 255) = 19.30%
BLUE value IS 203 (79.69% from 255) = 37.32%
R=43.38%
G=19.30%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610520300.560.140.07315.1177.5166.86
HexEC69CB038E713b4e43
Octal354151313070167473116103
Binary111011001101001110010110111000111011110011101110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC69CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC69CB; }

 p { color: rgb(236,105,203); }

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

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

 a { background-color: rgb(236,105,203); }

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

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

 span { border-color: rgb(236,105,203); }

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