Html Css Color HEX #EB6CCC Neon Pink

📋 copy color: '#EB6CCC'

red 235 ◦ green 108 ◦ blue 204

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

Shades of Neon Pink #EB6CCC

Tints of Neon Pink #EB6CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 42.96%
G = 19.74%
B = 37.29%

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

#EB6CCC (or 0xEB6CCC) is known color: Neon Pink. HEX triplet: EB, 6C and CC. RGB value is (235,108,204). Sum of RGB (Red+Green+Blue) = 235+108+204=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6CCC is #149333. Grayscale: #9C9C9C. Windows color (decimal): -1348404 or 13397227. OLE color: 13397227.

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

Color convert

RGB 235 108 204 -
CMYK 0 0.54 0.13 0.08
HSL 314.65º 0.76% 0.67% -
HSV(B) 314.65º 0.54% 0.92% -
XYZ 50.52 32.75 60.78 -
YUV 156.92 154.58 183.69 -
System Red Green Blue C M Y K H S L
Decimal 235 108 204 0 0.54 0.13 0.08 314.65 0.76 0.67
Hex EB 6C CC 0 36 D 8 13B 4C 43
Octal 353 154 314 0 66 15 10 473 114 103
Binary 11101011 1101100 11001100 0 110110 1101 1000 100111011 1001100 1000011

Color Harmonies of #EB6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6CCC

Black with #EB6CCC

Text Example


Text Example

White with #EB6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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