#E26DBF

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

Shades of Neon Pink #E26DBF

Tints of Neon Pink #E26DBF

Color information

#E26DBF (or 0xE26DBF) is unknown color: approx Neon Pink. HEX triplet: E2, 6D and BF. RGB value is (226,109,191). Sum of RGB (Red+Green+Blue) = 226+109+191=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DBF is #1D9240. Grayscale: #999999. Windows color (decimal): -1937985 or 12545506. OLE color: 12545506.

HSL color Cylindrical-coordinate representation of color #E26DBF: hue angle of 317.95º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26DBF is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB226109191-
CMYK00.520.150.11
HSL317.95º66.86%65.69%-
HSV(B)317.95º51.77%88.63%-
XYZ46.2430.8752.81-
YUV153.33149.26179.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.97%
GREEN value IS 109 (42.97% from 255) = 20.72%
BLUE value IS 191 (75% from 255) = 36.31%
R=42.97%
G=20.72%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610919100.520.150.11317.9566.8665.69
HexE26DBF034FB13e4342
Octal3421552770641713476103102
Binary1110001011011011011111101101001111101110011111010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26DBF; }

 p { color: rgb(226,109,191); }

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

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

 a { background-color: rgb(226,109,191); }

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

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

 span { border-color: rgb(226,109,191); }

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