#e362bd

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

Shades of Neon Pink #E362BD

Tints of Neon Pink #E362BD

Color information

#E362BD (or 0xE362BD) is unknown color: approx Neon Pink. HEX triplet: E3, 62 and BD. RGB value is (227,98,189). Sum of RGB (Red+Green+Blue) = 227+98+189=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 227 - color contains mainly: red. Hex color #E362BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E362BD is #1C9D42. Grayscale: #929292. Windows color (decimal): -1875267 or 12411619. OLE color: 12411619.

HSL color Cylindrical-coordinate representation of color #E362BD: hue angle of 317.67º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E362BD is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB22798189-
CMYK00.570.170.11
HSL317.67º69.73%63.73%-
HSV(B)317.67º56.83%89.02%-
XYZ45.2328.7451.31-
YUV146.94151.74185.1-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.16%
GREEN value IS 98 (38.67% from 255) = 19.07%
BLUE value IS 189 (74.22% from 255) = 36.77%
R=44.16%
G=19.07%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279818900.570.170.11317.6769.7363.73
HexE362BD03911B13e4640
Octal3431422750712113476106100
Binary11100011110001010111101011100110001101110011111010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e362bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e362bd; }

 p { color: rgb(227,98,189); }

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

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

 a { background-color: rgb(227,98,189); }

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

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

 span { border-color: rgb(227,98,189); }

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