#E75DBD

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

Shades of Neon Pink #E75DBD

Tints of Neon Pink #E75DBD

Color information

#E75DBD (or 0xE75DBD) is unknown color: approx Neon Pink. HEX triplet: E7, 5D and BD. RGB value is (231,93,189). Sum of RGB (Red+Green+Blue) = 231+93+189=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75DBD is #18A242. Grayscale: #909090. Windows color (decimal): -1614403 or 12410343. OLE color: 12410343.

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

Color convert

RGB23193189-
CMYK00.600.180.09
HSL318.26º74.19%63.53%-
HSV(B)318.26º59.74%90.59%-
XYZ46.0528.4951.22-
YUV145.21152.72189.19-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.03%
GREEN value IS 93 (36.72% from 255) = 18.13%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=45.03%
G=18.13%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319318900.600.180.09318.2674.1963.53
HexE75DBD03C12913e4a40
Octal3471352750742211476112100
Binary11100111101110110111101011110010010100110011111010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75DBD; }

 p { color: rgb(231,93,189); }

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

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

 a { background-color: rgb(231,93,189); }

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

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

 span { border-color: rgb(231,93,189); }

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