#EB75CD

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

Shades of Neon Pink #EB75CD

Tints of Neon Pink #EB75CD

Color information

#EB75CD (or 0xEB75CD) is unknown color: approx Neon Pink. HEX triplet: EB, 75 and CD. RGB value is (235,117,205). Sum of RGB (Red+Green+Blue) = 235+117+205=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EB75CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB75CD is #148A32. Grayscale: #A2A2A2. Windows color (decimal): -1346099 or 13465067. OLE color: 13465067.

HSL color Cylindrical-coordinate representation of color #EB75CD: hue angle of 315.25º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB75CD is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235117205-
CMYK00.500.130.08
HSL315.25º74.68%69.02%-
HSV(B)315.25º50.21%92.16%-
XYZ51.6434.7961.75-
YUV162.31152.09179.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 117 (46.09% from 255) = 21.01%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=42.19%
G=21.01%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511720500.500.130.08315.2574.6869.02
HexEB75CD032D813b4b45
Octal3531653150621510473113105
Binary1110101111101011100110101100101101100010011101110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB75CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB75CD; }

 p { color: rgb(235,117,205); }

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

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

 a { background-color: rgb(235,117,205); }

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

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

 span { border-color: rgb(235,117,205); }

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