Html Css Color HEX #EB77CC Neon Pink

📋 copy color: '#EB77CC'

red 235 ◦ green 119 ◦ blue 204

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

Shades of Neon Pink #EB77CC

Tints of Neon Pink #EB77CC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.33%

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

R = 42.11%
G = 21.33%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EB77CC (or 0xEB77CC) is known color: Neon Pink. HEX triplet: EB, 77 and CC. RGB value is (235,119,204). Sum of RGB (Red+Green+Blue) = 235+119+204=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77CC is #148833. Grayscale: #A3A3A3. Windows color (decimal): -1345588 or 13400043. OLE color: 13400043.

HSL color Cylindrical-coordinate representation of color #EB77CC: hue angle of 316.03º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB77CC is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 119 204 -
CMYK 0 0.49 0.13 0.08
HSL 316.03º 0.74% 0.69% -
HSV(B) 316.03º 0.49% 0.92% -
XYZ 51.76 35.22 61.2 -
YUV 163.37 150.93 179.09 -
System Red Green Blue C M Y K H S L
Decimal 235 119 204 0 0.49 0.13 0.08 316.03 0.74 0.69
Hex EB 77 CC 0 31 D 8 13C 4A 45
Octal 353 167 314 0 61 15 10 474 112 105
Binary 11101011 1110111 11001100 0 110001 1101 1000 100111100 1001010 1000101

Color Harmonies of #EB77CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77CC

Black with #EB77CC

Text Example


Text Example

White with #EB77CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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