Html Css Color HEX #EB6ECD Neon Pink

📋 copy color: '#EB6ECD'

red 235 ◦ green 110 ◦ blue 205

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

Shades of Neon Pink #EB6ECD

Tints of Neon Pink #EB6ECD

RGB

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

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

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

R = 42.73%
G = 20%
B = 37.27%

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

#EB6ECD (or 0xEB6ECD) is known color: Neon Pink. HEX triplet: EB, 6E and CD. RGB value is (235,110,205). Sum of RGB (Red+Green+Blue) = 235+110+205=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6ECD is #149132. Grayscale: #9D9D9D. Windows color (decimal): -1347891 or 13463275. OLE color: 13463275.

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

Color convert

RGB 235 110 205 -
CMYK 0 0.53 0.13 0.08
HSL 314.4º 0.76% 0.68% -
HSV(B) 314.4º 0.53% 0.92% -
XYZ 50.86 33.22 61.49 -
YUV 158.21 154.41 182.78 -
System Red Green Blue C M Y K H S L
Decimal 235 110 205 0 0.53 0.13 0.08 314.4 0.76 0.68
Hex EB 6E CD 0 35 D 8 13A 4C 44
Octal 353 156 315 0 65 15 10 472 114 104
Binary 11101011 1101110 11001101 0 110101 1101 1000 100111010 1001100 1000100

Color Harmonies of #EB6ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6ECD

Black with #EB6ECD

Text Example


Text Example

White with #EB6ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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