#EA70C1

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

Shades of Neon Pink #EA70C1

Tints of Neon Pink #EA70C1

Color information

#EA70C1 (or 0xEA70C1) is unknown color: approx Neon Pink. HEX triplet: EA, 70 and C1. RGB value is (234,112,193). Sum of RGB (Red+Green+Blue) = 234+112+193=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA70C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA70C1 is #158F3E. Grayscale: #9D9D9D. Windows color (decimal): -1412927 or 12677354. OLE color: 12677354.

HSL color Cylindrical-coordinate representation of color #EA70C1: hue angle of 320.16º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA70C1 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB234112193-
CMYK00.520.180.08
HSL320.16º74.39%67.84%-
HSV(B)320.16º52.14%91.76%-
XYZ49.3532.9354.21-
YUV157.71147.92182.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 112 (44.14% from 255) = 20.78%
BLUE value IS 193 (75.78% from 255) = 35.81%
R=43.41%
G=20.78%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411219300.520.180.08320.1674.3967.84
HexEA70C10341281404a44
Octal3521603010642210500112104
Binary11101010111000011000001011010010010100010100000010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA70C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA70C1; }

 p { color: rgb(234,112,193); }

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

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

 a { background-color: rgb(234,112,193); }

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

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

 span { border-color: rgb(234,112,193); }

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