Html Css Color HEX #EB6FCD Neon Pink

📋 copy color: '#EB6FCD'

red 235 ◦ green 111 ◦ blue 205

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

Shades of Neon Pink #EB6FCD

Tints of Neon Pink #EB6FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.15%

 BLUE value IS 205 (80.47% from 255) = 37.21%

R = 42.65%
G = 20.15%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EB6FCD (or 0xEB6FCD) is known color: Neon Pink. HEX triplet: EB, 6F and CD. RGB value is (235,111,205). Sum of RGB (Red+Green+Blue) = 235+111+205=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6FCD is #149032. Grayscale: #9E9E9E. Windows color (decimal): -1347635 or 13463531. OLE color: 13463531.

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

Color convert

RGB 235 111 205 -
CMYK 0 0.53 0.13 0.08
HSL 314.52º 0.76% 0.68% -
HSV(B) 314.52º 0.53% 0.92% -
XYZ 50.96 33.44 61.53 -
YUV 158.79 154.08 182.36 -
System Red Green Blue C M Y K H S L
Decimal 235 111 205 0 0.53 0.13 0.08 314.52 0.76 0.68
Hex EB 6F CD 0 35 D 8 13B 4C 44
Octal 353 157 315 0 65 15 10 473 114 104
Binary 11101011 1101111 11001101 0 110101 1101 1000 100111011 1001100 1000100

Color Harmonies of #EB6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6FCD

Black with #EB6FCD

Text Example


Text Example

White with #EB6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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