#E969C5

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

Shades of Neon Pink #E969C5

Tints of Neon Pink #E969C5

Color information

#E969C5 (or 0xE969C5) is unknown color: approx Neon Pink. HEX triplet: E9, 69 and C5. RGB value is (233,105,197). Sum of RGB (Red+Green+Blue) = 233+105+197=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E969C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E969C5 is #16963A. Grayscale: #999999. Windows color (decimal): -1480251 or 12937705. OLE color: 12937705.

HSL color Cylindrical-coordinate representation of color #E969C5: hue angle of 316.88º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E969C5 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB233105197-
CMYK00.550.150.09
HSL316.88º74.42%66.27%-
HSV(B)316.88º54.94%91.37%-
XYZ48.7331.4656.33-
YUV153.76152.41184.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.55%
GREEN value IS 105 (41.41% from 255) = 19.63%
BLUE value IS 197 (77.34% from 255) = 36.82%
R=43.55%
G=19.63%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310519700.550.150.09316.8874.4266.27
HexE969C5037F913d4a42
Octal3511513050671711475112102
Binary1110100111010011100010101101111111100110011110110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E969C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E969C5; }

 p { color: rgb(233,105,197); }

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

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

 a { background-color: rgb(233,105,197); }

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

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

 span { border-color: rgb(233,105,197); }

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