Html Css Color HEX #EB66C8 Neon Pink

📋 copy color: '#EB66C8'

red 235 ◦ green 102 ◦ blue 200

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

Shades of Neon Pink #EB66C8

Tints of Neon Pink #EB66C8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.99%

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

R = 43.76%
G = 18.99%
B = 37.24%

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

#EB66C8 (or 0xEB66C8) is known color: Neon Pink. HEX triplet: EB, 66 and C8. RGB value is (235,102,200). Sum of RGB (Red+Green+Blue) = 235+102+200=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EB66C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB66C8 is #149937. Grayscale: #989898. Windows color (decimal): -1349944 or 13133547. OLE color: 13133547.

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

Color convert

RGB 235 102 200 -
CMYK 0 0.57 0.15 0.08
HSL 315.79º 0.77% 0.66% -
HSV(B) 315.79º 0.57% 0.92% -
XYZ 49.44 31.34 58.09 -
YUV 152.94 154.56 186.53 -
System Red Green Blue C M Y K H S L
Decimal 235 102 200 0 0.57 0.15 0.08 315.79 0.77 0.66
Hex EB 66 C8 0 39 F 8 13C 4D 42
Octal 353 146 310 0 71 17 10 474 115 102
Binary 11101011 1100110 11001000 0 111001 1111 1000 100111100 1001101 1000010

Color Harmonies of #EB66C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB66C8

Black with #EB66C8

Text Example


Text Example

White with #EB66C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB66C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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