#EB72C8

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

Shades of Neon Pink #EB72C8

Tints of Neon Pink #EB72C8

Color information

#EB72C8 (or 0xEB72C8) is unknown color: approx Neon Pink. HEX triplet: EB, 72 and C8. RGB value is (235,114,200). Sum of RGB (Red+Green+Blue) = 235+114+200=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EB72C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB72C8 is #148D37. Grayscale: #9F9F9F. Windows color (decimal): -1346872 or 13136619. OLE color: 13136619.

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

Color convert

RGB235114200-
CMYK00.510.150.08
HSL317.36º75.16%68.43%-
HSV(B)317.36º51.49%92.16%-
XYZ50.733.8758.51-
YUV159.98150.59181.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.81%
GREEN value IS 114 (44.92% from 255) = 20.77%
BLUE value IS 200 (78.52% from 255) = 36.43%
R=42.81%
G=20.77%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511420000.510.150.08317.3675.1668.43
HexEB72C8033F813d4b44
Octal3531623100631710475113104
Binary1110101111100101100100001100111111100010011110110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB72C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB72C8; }

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

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

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

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

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

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

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

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