#EB69CA

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

Shades of Neon Pink #EB69CA

Tints of Neon Pink #EB69CA

Color information

#EB69CA (or 0xEB69CA) is unknown color: approx Neon Pink. HEX triplet: EB, 69 and CA. RGB value is (235,105,202). Sum of RGB (Red+Green+Blue) = 235+105+202=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EB69CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB69CA is #149635. Grayscale: #9A9A9A. Windows color (decimal): -1349174 or 13265387. OLE color: 13265387.

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

Color convert

RGB235105202-
CMYK00.550.140.08
HSL315.23º76.47%66.67%-
HSV(B)315.23º55.32%92.16%-
XYZ49.9732.0359.43-
YUV154.93154.57185.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.36%
GREEN value IS 105 (41.41% from 255) = 19.37%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=43.36%
G=19.37%
B=37.27%

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
Decimal23510520200.550.140.08315.2376.4766.67
HexEB69CA037E813b4c43
Octal3531513120671610473114103
Binary1110101111010011100101001101111110100010011101110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB69CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB69CA; }

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

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

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

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

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

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

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

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