#EA5CBD

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

Shades of Neon Pink #EA5CBD

Tints of Neon Pink #EA5CBD

Color information

#EA5CBD (or 0xEA5CBD) is unknown color: approx Neon Pink. HEX triplet: EA, 5C and BD. RGB value is (234,92,189). Sum of RGB (Red+Green+Blue) = 234+92+189=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5CBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5CBD is #15A342. Grayscale: #919191. Windows color (decimal): -1418051 or 12410090. OLE color: 12410090.

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

Color convert

RGB23492189-
CMYK00.610.190.08
HSL319.01º77.17%63.92%-
HSV(B)319.01º60.68%91.76%-
XYZ46.9428.8251.23-
YUV145.52152.54191.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.44%
GREEN value IS 92 (36.33% from 255) = 17.86%
BLUE value IS 189 (74.22% from 255) = 36.70%
R=45.44%
G=17.86%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349218900.610.190.08319.0177.1763.92
HexEA5CBD03D13813f4d40
Octal3521342750752310477115100
Binary11101010101110010111101011110110011100010011111110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5CBD; }

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

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

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

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

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

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

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

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