#E761C1

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

Shades of Neon Pink #E761C1

Tints of Neon Pink #E761C1

Color information

#E761C1 (or 0xE761C1) is unknown color: approx Neon Pink. HEX triplet: E7, 61 and C1. RGB value is (231,97,193). Sum of RGB (Red+Green+Blue) = 231+97+193=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E761C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E761C1 is #189E3E. Grayscale: #939393. Windows color (decimal): -1613375 or 12673511. OLE color: 12673511.

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

Color convert

RGB23197193-
CMYK00.580.160.09
HSL317.01º73.63%64.31%-
HSV(B)317.01º58.01%90.59%-
XYZ46.8629.3953.66-
YUV148.01153.39187.19-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.34%
GREEN value IS 97 (38.28% from 255) = 18.62%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=44.34%
G=18.62%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319719300.580.160.09317.0173.6364.31
HexE761C103A10913d4a40
Octal3471413010722011475112100
Binary11100111110000111000001011101010000100110011110110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E761C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E761C1; }

 p { color: rgb(231,97,193); }

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

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

 a { background-color: rgb(231,97,193); }

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

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

 span { border-color: rgb(231,97,193); }

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