#E769C3

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

Shades of Neon Pink #E769C3

Tints of Neon Pink #E769C3

Color information

#E769C3 (or 0xE769C3) is unknown color: approx Neon Pink. HEX triplet: E7, 69 and C3. RGB value is (231,105,195). Sum of RGB (Red+Green+Blue) = 231+105+195=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E769C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769C3 is #18963C. Grayscale: #989898. Windows color (decimal): -1611325 or 12806631. OLE color: 12806631.

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

Color convert

RGB231105195-
CMYK00.550.160.09
HSL317.14º72.41%65.88%-
HSV(B)317.14º54.55%90.59%-
XYZ47.8631.0355.1-
YUV152.93151.74183.68-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.50%
GREEN value IS 105 (41.41% from 255) = 19.77%
BLUE value IS 195 (76.56% from 255) = 36.72%
R=43.50%
G=19.77%
B=36.72%

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
Decimal23110519500.550.160.09317.1472.4165.88
HexE769C303710913d4842
Octal3471513030672011475110102
Binary11100111110100111000011011011110000100110011110110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E769C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E769C3; }

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

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

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

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

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

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

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

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