#EA61C0

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

Shades of Neon Pink #EA61C0

Tints of Neon Pink #EA61C0

Color information

#EA61C0 (or 0xEA61C0) is unknown color: approx Neon Pink. HEX triplet: EA, 61 and C0. RGB value is (234,97,192). Sum of RGB (Red+Green+Blue) = 234+97+192=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EA61C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA61C0 is #159E3F. Grayscale: #949494. Windows color (decimal): -1416768 or 12607978. OLE color: 12607978.

HSL color Cylindrical-coordinate representation of color #EA61C0: hue angle of 318.39º 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 #EA61C0 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB23497192-
CMYK00.590.180.08
HSL318.39º76.54%64.9%-
HSV(B)318.39º58.55%91.76%-
XYZ47.7229.8553.12-
YUV148.79152.39188.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.74%
GREEN value IS 97 (38.28% from 255) = 18.55%
BLUE value IS 192 (75.39% from 255) = 36.71%
R=44.74%
G=18.55%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349719200.590.180.08318.3976.5464.9
HexEA61C003B12813e4d41
Octal3521413000732210476115101
Binary11101010110000111000000011101110010100010011111010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA61C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA61C0; }

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

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

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

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

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

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

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

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