Html Css Color HEX #EB77C9 Neon Pink

📋 copy color: '#EB77C9'

red 235 ◦ green 119 ◦ blue 201

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

Shades of Neon Pink #EB77C9

Tints of Neon Pink #EB77C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.22%

R = 42.34%
G = 21.44%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB77C9 (or 0xEB77C9) is known color: Neon Pink. HEX triplet: EB, 77 and C9. RGB value is (235,119,201). Sum of RGB (Red+Green+Blue) = 235+119+201=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77C9 is #148836. Grayscale: #A2A2A2. Windows color (decimal): -1345591 or 13203435. OLE color: 13203435.

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

Color convert

RGB 235 119 201 -
CMYK 0 0.49 0.14 0.08
HSL 317.59º 0.74% 0.69% -
HSV(B) 317.59º 0.49% 0.92% -
XYZ 51.4 35.07 59.32 -
YUV 163.03 149.43 179.33 -
System Red Green Blue C M Y K H S L
Decimal 235 119 201 0 0.49 0.14 0.08 317.59 0.74 0.69
Hex EB 77 C9 0 31 E 8 13E 4A 45
Octal 353 167 311 0 61 16 10 476 112 105
Binary 11101011 1110111 11001001 0 110001 1110 1000 100111110 1001010 1000101

Color Harmonies of #EB77C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77C9

Black with #EB77C9

Text Example


Text Example

White with #EB77C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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