#EB6CCD

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

Shades of Neon Pink #EB6CCD

Tints of Neon Pink #EB6CCD

Color information

#EB6CCD (or 0xEB6CCD) is unknown color: approx Neon Pink. HEX triplet: EB, 6C and CD. RGB value is (235,108,205). Sum of RGB (Red+Green+Blue) = 235+108+205=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6CCD is #149332. Grayscale: #9C9C9C. Windows color (decimal): -1348403 or 13462763. OLE color: 13462763.

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

Color convert

RGB235108205-
CMYK00.540.130.08
HSL314.17º76.05%67.25%-
HSV(B)314.17º54.04%92.16%-
XYZ50.6432.861.42-
YUV157.03155.08183.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.88%
GREEN value IS 108 (42.58% from 255) = 19.71%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=42.88%
G=19.71%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510820500.540.130.08314.1776.0567.25
HexEB6CCD036D813a4c43
Octal3531543150661510472114103
Binary1110101111011001100110101101101101100010011101010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6CCD; }

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

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

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

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

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

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

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

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