#E969C3

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

Shades of Neon Pink #E969C3

Tints of Neon Pink #E969C3

Color information

#E969C3 (or 0xE969C3) is unknown color: approx Neon Pink. HEX triplet: E9, 69 and C3. RGB value is (233,105,195). Sum of RGB (Red+Green+Blue) = 233+105+195=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E969C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E969C3 is #16963C. Grayscale: #999999. Windows color (decimal): -1480253 or 12806633. OLE color: 12806633.

HSL color Cylindrical-coordinate representation of color #E969C3: hue angle of 317.81º 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 #E969C3 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB233105195-
CMYK00.550.160.09
HSL317.81º74.42%66.27%-
HSV(B)317.81º54.94%91.37%-
XYZ48.5131.3755.13-
YUV153.53151.41184.68-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.71%
GREEN value IS 105 (41.41% from 255) = 19.70%
BLUE value IS 195 (76.56% from 255) = 36.59%
R=43.71%
G=19.70%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310519500.550.160.09317.8174.4266.27
HexE969C303710913e4a42
Octal3511513030672011476112102
Binary11101001110100111000011011011110000100110011111010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E969C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E969C3; }

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

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

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

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

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

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

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

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