Html Css Color HEX #EB67C8 Neon Pink

📋 copy color: '#EB67C8'

red 235 ◦ green 103 ◦ blue 200

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

Shades of Neon Pink #EB67C8

Tints of Neon Pink #EB67C8

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.14%

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

R = 43.68%
G = 19.14%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB67C8 (or 0xEB67C8) is known color: Neon Pink. HEX triplet: EB, 67 and C8. RGB value is (235,103,200). Sum of RGB (Red+Green+Blue) = 235+103+200=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EB67C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB67C8 is #149837. Grayscale: #999999. Windows color (decimal): -1349688 or 13133803. OLE color: 13133803.

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

Color convert

RGB 235 103 200 -
CMYK 0 0.56 0.15 0.08
HSL 315.91º 0.77% 0.66% -
HSV(B) 315.91º 0.56% 0.92% -
XYZ 49.54 31.53 58.12 -
YUV 153.53 154.23 186.11 -
System Red Green Blue C M Y K H S L
Decimal 235 103 200 0 0.56 0.15 0.08 315.91 0.77 0.66
Hex EB 67 C8 0 38 F 8 13C 4D 42
Octal 353 147 310 0 70 17 10 474 115 102
Binary 11101011 1100111 11001000 0 111000 1111 1000 100111100 1001101 1000010

Color Harmonies of #EB67C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB67C8

Black with #EB67C8

Text Example


Text Example

White with #EB67C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB67C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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