#EB67C9

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

Shades of Neon Pink #EB67C9

Tints of Neon Pink #EB67C9

Color information

#EB67C9 (or 0xEB67C9) is unknown color: approx Neon Pink. HEX triplet: EB, 67 and C9. RGB value is (235,103,201). Sum of RGB (Red+Green+Blue) = 235+103+201=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 103 (40.62% from 255 or 19.11% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EB67C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB67C9 is #149836. Grayscale: #999999. Windows color (decimal): -1349687 or 13199339. OLE color: 13199339.

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

Color convert

RGB235103201-
CMYK00.560.140.08
HSL315.45º76.74%66.27%-
HSV(B)315.45º56.17%92.16%-
XYZ49.6531.5858.74-
YUV153.64154.73186.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.60%
GREEN value IS 103 (40.62% from 255) = 19.11%
BLUE value IS 201 (78.91% from 255) = 37.29%
R=43.60%
G=19.11%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510320100.560.140.08315.4576.7466.27
HexEB67C9038E813b4d42
Octal3531473110701610473115102
Binary1110101111001111100100101110001110100010011101110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB67C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB67C9; }

 p { color: rgb(235,103,201); }

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

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

 a { background-color: rgb(235,103,201); }

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

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

 span { border-color: rgb(235,103,201); }

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