Html Css Color HEX #EB68C3 Neon Pink

📋 copy color: '#EB68C3'

red 235 ◦ green 104 ◦ blue 195

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

Shades of Neon Pink #EB68C3

Tints of Neon Pink #EB68C3

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.48%

 BLUE value IS 195 (76.56% from 255) = 36.52%

R = 44.01%
G = 19.48%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB68C3 (or 0xEB68C3) is known color: Neon Pink. HEX triplet: EB, 68 and C3. RGB value is (235,104,195). Sum of RGB (Red+Green+Blue) = 235+104+195=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB68C3 is #14973C. Grayscale: #999999. Windows color (decimal): -1349437 or 12806379. OLE color: 12806379.

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

Color convert

RGB 235 104 195 -
CMYK 0 0.56 0.17 0.08
HSL 318.32º 0.77% 0.66% -
HSV(B) 318.32º 0.56% 0.92% -
XYZ 49.06 31.5 55.12 -
YUV 153.54 151.4 186.1 -
System Red Green Blue C M Y K H S L
Decimal 235 104 195 0 0.56 0.17 0.08 318.32 0.77 0.66
Hex EB 68 C3 0 38 11 8 13E 4D 42
Octal 353 150 303 0 70 21 10 476 115 102
Binary 11101011 1101000 11000011 0 111000 10001 1000 100111110 1001101 1000010

Color Harmonies of #EB68C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB68C3

Black with #EB68C3

Text Example


Text Example

White with #EB68C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB68C3; }

 p { color: rgb(235,104,195); }

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

background-color css

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

 a { background-color: rgb(235,104,195); }

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

border-color css

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

 span { border-color: rgb(235,104,195); }

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