#EB69C9

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

Shades of Neon Pink #EB69C9

Tints of Neon Pink #EB69C9

Color information

#EB69C9 (or 0xEB69C9) is unknown color: approx Neon Pink. HEX triplet: EB, 69 and C9. RGB value is (235,105,201). Sum of RGB (Red+Green+Blue) = 235+105+201=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB69C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB69C9 is #149636. Grayscale: #9A9A9A. Windows color (decimal): -1349175 or 13199851. OLE color: 13199851.

HSL color Cylindrical-coordinate representation of color #EB69C9: hue angle of 315.69º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB69C9 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235105201-
CMYK00.550.140.08
HSL315.69º76.47%66.67%-
HSV(B)315.69º55.32%92.16%-
XYZ49.8631.9858.8-
YUV154.81154.07185.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 105 (41.41% from 255) = 19.41%
BLUE value IS 201 (78.91% from 255) = 37.15%
R=43.44%
G=19.41%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510520100.550.140.08315.6976.4766.67
HexEB69C9037E813c4c43
Octal3531513110671610474114103
Binary1110101111010011100100101101111110100010011110010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB69C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB69C9; }

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

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

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

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

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

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

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

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