#EB69CB

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

Shades of Neon Pink #EB69CB

Tints of Neon Pink #EB69CB

Color information

#EB69CB (or 0xEB69CB) is unknown color: approx Neon Pink. HEX triplet: EB, 69 and CB. RGB value is (235,105,203). Sum of RGB (Red+Green+Blue) = 235+105+203=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB69CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB69CB is #149634. Grayscale: #9A9A9A. Windows color (decimal): -1349173 or 13330923. OLE color: 13330923.

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

Color convert

RGB235105203-
CMYK00.550.140.08
HSL314.77º76.47%66.67%-
HSV(B)314.77º55.32%92.16%-
XYZ50.0932.0860.05-
YUV155.04155.07185.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 105 (41.41% from 255) = 19.34%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=43.28%
G=19.34%
B=37.38%

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
Decimal23510520300.550.140.08314.7776.4766.67
HexEB69CB037E813b4c43
Octal3531513130671610473114103
Binary1110101111010011100101101101111110100010011101110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB69CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB69CB; }

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

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

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

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

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

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

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

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