#EB72C5

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

Shades of Neon Pink #EB72C5

Tints of Neon Pink #EB72C5

Color information

#EB72C5 (or 0xEB72C5) is unknown color: approx Neon Pink. HEX triplet: EB, 72 and C5. RGB value is (235,114,197). Sum of RGB (Red+Green+Blue) = 235+114+197=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EB72C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB72C5 is #148D3A. Grayscale: #9F9F9F. Windows color (decimal): -1346875 or 12940011. OLE color: 12940011.

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

Color convert

RGB235114197-
CMYK00.510.160.08
HSL318.84º75.16%68.43%-
HSV(B)318.84º51.49%92.16%-
XYZ50.3633.7356.68-
YUV159.64149.09181.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.04%
GREEN value IS 114 (44.92% from 255) = 20.88%
BLUE value IS 197 (77.34% from 255) = 36.08%
R=43.04%
G=20.88%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511419700.510.160.08318.8475.1668.43
HexEB72C503310813f4b44
Octal3531623050632010477113104
Binary11101011111001011000101011001110000100010011111110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB72C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB72C5; }

 p { color: rgb(235,114,197); }

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

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

 a { background-color: rgb(235,114,197); }

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

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

 span { border-color: rgb(235,114,197); }

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