#EB6CBE

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

Shades of Neon Pink #EB6CBE

Tints of Neon Pink #EB6CBE

Color information

#EB6CBE (or 0xEB6CBE) is unknown color: approx Neon Pink. HEX triplet: EB, 6C and BE. RGB value is (235,108,190). Sum of RGB (Red+Green+Blue) = 235+108+190=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6CBE is #149341. Grayscale: #9B9B9B. Windows color (decimal): -1348418 or 12479723. OLE color: 12479723.

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

Color convert

RGB235108190-
CMYK00.540.190.08
HSL321.26º76.05%67.25%-
HSV(B)321.26º54.04%92.16%-
XYZ48.9232.152.33-
YUV155.32147.58184.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.09%
GREEN value IS 108 (42.58% from 255) = 20.26%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=44.09%
G=20.26%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510819000.540.190.08321.2676.0567.25
HexEB6CBE0361381414c43
Octal3531542760662310501114103
Binary11101011110110010111110011011010011100010100000110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6CBE; }

 p { color: rgb(235,108,190); }

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

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

 a { background-color: rgb(235,108,190); }

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

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

 span { border-color: rgb(235,108,190); }

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