#E969C1

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

Shades of Neon Pink #E969C1

Tints of Neon Pink #E969C1

Color information

#E969C1 (or 0xE969C1) is unknown color: approx Neon Pink. HEX triplet: E9, 69 and C1. RGB value is (233,105,193). Sum of RGB (Red+Green+Blue) = 233+105+193=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E969C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E969C1 is #16963E. Grayscale: #999999. Windows color (decimal): -1480255 or 12675561. OLE color: 12675561.

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

Color convert

RGB233105193-
CMYK00.550.170.09
HSL318.75º74.42%66.27%-
HSV(B)318.75º54.94%91.37%-
XYZ48.2831.2853.94-
YUV153.3150.41184.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.88%
GREEN value IS 105 (41.41% from 255) = 19.77%
BLUE value IS 193 (75.78% from 255) = 36.35%
R=43.88%
G=19.77%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310519300.550.170.09318.7574.4266.27
HexE969C103711913f4a42
Octal3511513010672111477112102
Binary11101001110100111000001011011110001100110011111110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E969C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E969C1; }

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

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

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

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

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

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

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

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