#EA6FBF

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

Shades of Neon Pink #EA6FBF

Tints of Neon Pink #EA6FBF

Color information

#EA6FBF (or 0xEA6FBF) is unknown color: approx Neon Pink. HEX triplet: EA, 6F and BF. RGB value is (234,111,191). Sum of RGB (Red+Green+Blue) = 234+111+191=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6FBF is #159040. Grayscale: #9C9C9C. Windows color (decimal): -1413185 or 12546026. OLE color: 12546026.

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

Color convert

RGB234111191-
CMYK00.530.180.08
HSL320.98º74.55%67.65%-
HSV(B)320.98º52.56%91.76%-
XYZ49.0232.6253-
YUV156.9147.25183-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.66%
GREEN value IS 111 (43.75% from 255) = 20.71%
BLUE value IS 191 (75% from 255) = 35.63%
R=43.66%
G=20.71%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411119100.530.180.08320.9874.5567.65
HexEA6FBF0351281414b44
Octal3521572770652210501113104
Binary11101010110111110111111011010110010100010100000110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6FBF; }

 p { color: rgb(234,111,191); }

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

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

 a { background-color: rgb(234,111,191); }

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

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

 span { border-color: rgb(234,111,191); }

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