#EA61BD

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

Shades of Neon Pink #EA61BD

Tints of Neon Pink #EA61BD

Color information

#EA61BD (or 0xEA61BD) is unknown color: approx Neon Pink. HEX triplet: EA, 61 and BD. RGB value is (234,97,189). Sum of RGB (Red+Green+Blue) = 234+97+189=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA61BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA61BD is #159E42. Grayscale: #949494. Windows color (decimal): -1416771 or 12411370. OLE color: 12411370.

HSL color Cylindrical-coordinate representation of color #EA61BD: hue angle of 319.71º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA61BD is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB23497189-
CMYK00.590.190.08
HSL319.71º76.54%64.9%-
HSV(B)319.71º58.55%91.76%-
XYZ47.3929.7251.38-
YUV148.45150.89189.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45%
GREEN value IS 97 (38.28% from 255) = 18.65%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=45%
G=18.65%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349718900.590.190.08319.7176.5464.9
HexEA61BD03B1381404d41
Octal3521412750732310500115101
Binary11101010110000110111101011101110011100010100000010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA61BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA61BD; }

 p { color: rgb(234,97,189); }

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

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

 a { background-color: rgb(234,97,189); }

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

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

 span { border-color: rgb(234,97,189); }

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