Html Css Color HEX #EB6CCD Neon Pink

📋 copy color: '#EB6CCD'

red 235 ◦ green 108 ◦ blue 205

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

Shades of Neon Pink #EB6CCD

Tints of Neon Pink #EB6CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.71%

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

R = 42.88%
G = 19.71%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EB6CCD (or 0xEB6CCD) is known color: Neon Pink. HEX triplet: EB, 6C and CD. RGB value is (235,108,205). Sum of RGB (Red+Green+Blue) = 235+108+205=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6CCD is #149332. Grayscale: #9C9C9C. Windows color (decimal): -1348403 or 13462763. OLE color: 13462763.

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

Color convert

RGB 235 108 205 -
CMYK 0 0.54 0.13 0.08
HSL 314.17º 0.76% 0.67% -
HSV(B) 314.17º 0.54% 0.92% -
XYZ 50.64 32.8 61.42 -
YUV 157.03 155.08 183.61 -
System Red Green Blue C M Y K H S L
Decimal 235 108 205 0 0.54 0.13 0.08 314.17 0.76 0.67
Hex EB 6C CD 0 36 D 8 13A 4C 43
Octal 353 154 315 0 66 15 10 472 114 103
Binary 11101011 1101100 11001101 0 110110 1101 1000 100111010 1001100 1000011

Color Harmonies of #EB6CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6CCD

Black with #EB6CCD

Text Example


Text Example

White with #EB6CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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