#EA68C0

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

Shades of Neon Pink #EA68C0

Tints of Neon Pink #EA68C0

Color information

#EA68C0 (or 0xEA68C0) is unknown color: approx Neon Pink. HEX triplet: EA, 68 and C0. RGB value is (234,104,192). Sum of RGB (Red+Green+Blue) = 234+104+192=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA68C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA68C0 is #15973F. Grayscale: #989898. Windows color (decimal): -1414976 or 12609770. OLE color: 12609770.

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

Color convert

RGB234104192-
CMYK00.560.180.08
HSL319.38º75.58%66.27%-
HSV(B)319.38º55.56%91.76%-
XYZ48.431.253.34-
YUV152.9150.07185.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.15%
GREEN value IS 104 (41.02% from 255) = 19.62%
BLUE value IS 192 (75.39% from 255) = 36.23%
R=44.15%
G=19.62%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410419200.560.180.08319.3875.5866.27
HexEA68C003812813f4c42
Octal3521503000702210477114102
Binary11101010110100011000000011100010010100010011111110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA68C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA68C0; }

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

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

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

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

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

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

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

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