Html Css Color HEX #EB5EC2 Neon Pink

📋 copy color: '#EB5EC2'

red 235 ◦ green 94 ◦ blue 194

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

Shades of Neon Pink #EB5EC2

Tints of Neon Pink #EB5EC2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.97%

 BLUE value IS 194 (76.17% from 255) = 37.09%

R = 44.93%
G = 17.97%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB5EC2 (or 0xEB5EC2) is known color: Neon Pink. HEX triplet: EB, 5E and C2. RGB value is (235,94,194). Sum of RGB (Red+Green+Blue) = 235+94+194=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5EC2 is #14A13D. Grayscale: #939393. Windows color (decimal): -1351998 or 12738283. OLE color: 12738283.

HSL color Cylindrical-coordinate representation of color #EB5EC2: hue angle of 317.45º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5EC2 is Cyan = 0, Magento = 0.6, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 94 194 -
CMYK 0 0.6 0.17 0.08
HSL 317.45º 0.78% 0.65% -
HSV(B) 317.45º 0.6% 0.92% -
XYZ 48 29.56 54.22 -
YUV 147.56 154.21 190.37 -
System Red Green Blue C M Y K H S L
Decimal 235 94 194 0 0.6 0.17 0.08 317.45 0.78 0.65
Hex EB 5E C2 0 3C 11 8 13D 4E 41
Octal 353 136 302 0 74 21 10 475 116 101
Binary 11101011 1011110 11000010 0 111100 10001 1000 100111101 1001110 1000001

Color Harmonies of #EB5EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5EC2

Black with #EB5EC2

Text Example


Text Example

White with #EB5EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5EC2; }

 p { color: rgb(235,94,194); }

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

background-color css

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

 a { background-color: rgb(235,94,194); }

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

border-color css

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

 span { border-color: rgb(235,94,194); }

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