#EB65C1

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

Shades of Neon Pink #EB65C1

Tints of Neon Pink #EB65C1

Color information

#EB65C1 (or 0xEB65C1) is unknown color: approx Neon Pink. HEX triplet: EB, 65 and C1. RGB value is (235,101,193). Sum of RGB (Red+Green+Blue) = 235+101+193=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EB65C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB65C1 is #149A3E. Grayscale: #979797. Windows color (decimal): -1350207 or 12674539. OLE color: 12674539.

HSL color Cylindrical-coordinate representation of color #EB65C1: hue angle of 318.81º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB65C1 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB235101193-
CMYK00.570.180.08
HSL318.81º77.01%65.88%-
HSV(B)318.81º57.02%92.16%-
XYZ48.5430.8253.84-
YUV151.55151.39187.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.42%
GREEN value IS 101 (39.84% from 255) = 19.09%
BLUE value IS 193 (75.78% from 255) = 36.48%
R=44.42%
G=19.09%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510119300.570.180.08318.8177.0165.88
HexEB65C103912813f4d42
Octal3531453010712210477115102
Binary11101011110010111000001011100110010100010011111110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB65C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB65C1; }

 p { color: rgb(235,101,193); }

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

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

 a { background-color: rgb(235,101,193); }

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

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

 span { border-color: rgb(235,101,193); }

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