Html Css Color HEX #EB6EC9 Neon Pink

📋 copy color: '#EB6EC9'

red 235 ◦ green 110 ◦ blue 201

#EB6EC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #EB6EC9

Tints of Neon Pink #EB6EC9

RGB

 RED value IS 235 (92.19% from 255) = 43.04%

 GREEN value IS 110 (43.36% from 255) = 20.15%

 BLUE value IS 201 (78.91% from 255) = 36.81%

R = 43.04%
G = 20.15%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB6EC9 (or 0xEB6EC9) is known color: Neon Pink. HEX triplet: EB, 6E and C9. RGB value is (235,110,201). Sum of RGB (Red+Green+Blue) = 235+110+201=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6EC9 is #149136. Grayscale: #9D9D9D. Windows color (decimal): -1347895 or 13201131. OLE color: 13201131.

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

Color convert

RGB 235 110 201 -
CMYK 0 0.53 0.14 0.08
HSL 316.32º 0.76% 0.68% -
HSV(B) 316.32º 0.53% 0.92% -
XYZ 50.38 33.03 58.98 -
YUV 157.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 235 110 201 0 0.53 0.14 0.08 316.32 0.76 0.68
Hex EB 6E C9 0 35 E 8 13C 4C 44
Octal 353 156 311 0 65 16 10 474 114 104
Binary 11101011 1101110 11001001 0 110101 1110 1000 100111100 1001100 1000100

Color Harmonies of #EB6EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6EC9

Black with #EB6EC9

Text Example


Text Example

White with #EB6EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6EC9; }

 p { color: rgb(235,110,201); }

 H1.HeaderClassName
 {
   color: #EB6EC9;
 }
 .AnyTagClassName
 {
   color: #EB6EC9;
 }
</style>

background-color css

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

 a { background-color: rgb(235,110,201); }

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

border-color css

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

 span { border-color: rgb(235,110,201); }

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