#EA68BC

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

Shades of Neon Pink #EA68BC

Tints of Neon Pink #EA68BC

Color information

#EA68BC (or 0xEA68BC) is unknown color: approx Neon Pink. HEX triplet: EA, 68 and BC. RGB value is (234,104,188). Sum of RGB (Red+Green+Blue) = 234+104+188=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA68BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA68BC is #159743. Grayscale: #989898. Windows color (decimal): -1414980 or 12347626. OLE color: 12347626.

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

Color convert

RGB234104188-
CMYK00.560.200.08
HSL321.23º75.58%66.27%-
HSV(B)321.23º55.56%91.76%-
XYZ47.9631.0251.04-
YUV152.45148.07186.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.49%
GREEN value IS 104 (41.02% from 255) = 19.77%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=44.49%
G=19.77%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410418800.560.200.08321.2375.5866.27
HexEA68BC0381481414c42
Octal3521502740702410501114102
Binary11101010110100010111100011100010100100010100000110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA68BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA68BC; }

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

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

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

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

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

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

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

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