#E368BE

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

Shades of Neon Pink #E368BE

Tints of Neon Pink #E368BE

Color information

#E368BE (or 0xE368BE) is unknown color: approx Neon Pink. HEX triplet: E3, 68 and BE. RGB value is (227,104,190). Sum of RGB (Red+Green+Blue) = 227+104+190=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 227 - color contains mainly: red. Hex color #E368BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E368BE is #1C9741. Grayscale: #969696. Windows color (decimal): -1873730 or 12478691. OLE color: 12478691.

HSL color Cylindrical-coordinate representation of color #E368BE: hue angle of 318.05º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E368BE is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB227104190-
CMYK00.540.160.11
HSL318.05º68.72%64.9%-
HSV(B)318.05º54.19%89.02%-
XYZ45.9229.9552.08-
YUV150.58150.25182.51-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.57%
GREEN value IS 104 (41.02% from 255) = 19.96%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=43.57%
G=19.96%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710419000.540.160.11318.0568.7264.9
HexE368BE03610B13e4541
Octal3431502760662013476105101
Binary11100011110100010111110011011010000101110011111010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E368BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E368BE; }

 p { color: rgb(227,104,190); }

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

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

 a { background-color: rgb(227,104,190); }

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

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

 span { border-color: rgb(227,104,190); }

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