Html Css Color HEX #EC61C0 Neon Pink

📋 copy color: '#EC61C0'

red 236 ◦ green 97 ◦ blue 192

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

Shades of Neon Pink #EC61C0

Tints of Neon Pink #EC61C0

RGB

 RED value IS 236 (92.58% from 255) = 44.95%

 GREEN value IS 97 (38.28% from 255) = 18.48%

 BLUE value IS 192 (75.39% from 255) = 36.57%

R = 44.95%
G = 18.48%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC61C0 (or 0xEC61C0) is known color: Neon Pink. HEX triplet: EC, 61 and C0. RGB value is (236,97,192). Sum of RGB (Red+Green+Blue) = 236+97+192=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC61C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC61C0 is #139E3F. Grayscale: #959595. Windows color (decimal): -1285696 or 12607980. OLE color: 12607980.

HSL color Cylindrical-coordinate representation of color #EC61C0: hue angle of 318.99º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC61C0 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 97 192 -
CMYK 0 0.59 0.19 0.07
HSL 318.99º 0.79% 0.65% -
HSV(B) 318.99º 0.59% 0.93% -
XYZ 48.38 30.19 53.15 -
YUV 149.39 152.05 189.78 -
System Red Green Blue C M Y K H S L
Decimal 236 97 192 0 0.59 0.19 0.07 318.99 0.79 0.65
Hex EC 61 C0 0 3B 13 7 13F 4F 41
Octal 354 141 300 0 73 23 7 477 117 101
Binary 11101100 1100001 11000000 0 111011 10011 111 100111111 1001111 1000001

Color Harmonies of #EC61C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC61C0

Black with #EC61C0

Text Example


Text Example

White with #EC61C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC61C0; }

 p { color: rgb(236,97,192); }

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

background-color css

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

 a { background-color: rgb(236,97,192); }

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

border-color css

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

 span { border-color: rgb(236,97,192); }

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