Html Css Color HEX #EB6DC5 Neon Pink

📋 copy color: '#EB6DC5'

red 235 ◦ green 109 ◦ blue 197

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

Shades of Neon Pink #EB6DC5

Tints of Neon Pink #EB6DC5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.15%

 BLUE value IS 197 (77.34% from 255) = 36.41%

R = 43.44%
G = 20.15%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EB6DC5 (or 0xEB6DC5) is known color: Neon Pink. HEX triplet: EB, 6D and C5. RGB value is (235,109,197). Sum of RGB (Red+Green+Blue) = 235+109+197=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6DC5 is #14923A. Grayscale: #9C9C9C. Windows color (decimal): -1348155 or 12938731. OLE color: 12938731.

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

Color convert

RGB 235 109 197 -
CMYK 0 0.54 0.16 0.08
HSL 318.1º 0.76% 0.67% -
HSV(B) 318.1º 0.54% 0.92% -
XYZ 49.81 32.63 56.5 -
YUV 156.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 235 109 197 0 0.54 0.16 0.08 318.1 0.76 0.67
Hex EB 6D C5 0 36 10 8 13E 4C 43
Octal 353 155 305 0 66 20 10 476 114 103
Binary 11101011 1101101 11000101 0 110110 10000 1000 100111110 1001100 1000011

Color Harmonies of #EB6DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6DC5

Black with #EB6DC5

Text Example


Text Example

White with #EB6DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6DC5; }

 p { color: rgb(235,109,197); }

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

background-color css

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

 a { background-color: rgb(235,109,197); }

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

border-color css

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

 span { border-color: rgb(235,109,197); }

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