Html Css Color HEX #EB77CA Neon Pink

📋 copy color: '#EB77CA'

red 235 ◦ green 119 ◦ blue 202

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

Shades of Neon Pink #EB77CA

Tints of Neon Pink #EB77CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.33%

R = 42.27%
G = 21.4%
B = 36.33%

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

#EB77CA (or 0xEB77CA) is known color: Neon Pink. HEX triplet: EB, 77 and CA. RGB value is (235,119,202). Sum of RGB (Red+Green+Blue) = 235+119+202=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77CA is #148835. Grayscale: #A2A2A2. Windows color (decimal): -1345590 or 13268971. OLE color: 13268971.

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

Color convert

RGB 235 119 202 -
CMYK 0 0.49 0.14 0.08
HSL 317.07º 0.74% 0.69% -
HSV(B) 317.07º 0.49% 0.92% -
XYZ 51.52 35.12 59.94 -
YUV 163.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 235 119 202 0 0.49 0.14 0.08 317.07 0.74 0.69
Hex EB 77 CA 0 31 E 8 13D 4A 45
Octal 353 167 312 0 61 16 10 475 112 105
Binary 11101011 1110111 11001010 0 110001 1110 1000 100111101 1001010 1000101

Color Harmonies of #EB77CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77CA

Black with #EB77CA

Text Example


Text Example

White with #EB77CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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