Html Css Color HEX #EB64C8 Neon Pink

📋 copy color: '#EB64C8'

red 235 ◦ green 100 ◦ blue 200

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

Shades of Neon Pink #EB64C8

Tints of Neon Pink #EB64C8

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.69%

 BLUE value IS 200 (78.52% from 255) = 37.38%

R = 43.93%
G = 18.69%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB64C8 (or 0xEB64C8) is known color: Neon Pink. HEX triplet: EB, 64 and C8. RGB value is (235,100,200). Sum of RGB (Red+Green+Blue) = 235+100+200=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EB64C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB64C8 is #149B37. Grayscale: #979797. Windows color (decimal): -1350456 or 13133035. OLE color: 13133035.

HSL color Cylindrical-coordinate representation of color #EB64C8: hue angle of 315.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB64C8 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 100 200 -
CMYK 0 0.57 0.15 0.08
HSL 315.56º 0.77% 0.66% -
HSV(B) 315.56º 0.57% 0.92% -
XYZ 49.24 30.95 58.02 -
YUV 151.77 155.23 187.37 -
System Red Green Blue C M Y K H S L
Decimal 235 100 200 0 0.57 0.15 0.08 315.56 0.77 0.66
Hex EB 64 C8 0 39 F 8 13C 4D 42
Octal 353 144 310 0 71 17 10 474 115 102
Binary 11101011 1100100 11001000 0 111001 1111 1000 100111100 1001101 1000010

Color Harmonies of #EB64C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB64C8

Black with #EB64C8

Text Example


Text Example

White with #EB64C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB64C8; }

 p { color: rgb(235,100,200); }

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

background-color css

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

 a { background-color: rgb(235,100,200); }

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

border-color css

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

 span { border-color: rgb(235,100,200); }

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